Spaces:
Sleeping
Sleeping
xiaozhou0822
commited on
Commit
•
7f643e7
1
Parent(s):
c0ed2f2
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
import streamlit as st
|
2 |
# model_id = 'codellama/CodeLlama-13b-Instruct-hf'
|
3 |
|
|
|
|
|
|
|
|
|
4 |
WizardLM/WizardCoder-Python-34B-V1.0
|
5 |
|
6 |
"bert-base-uncased"
|
7 |
|
|
|
8 |
x = st.slider('Select a value')
|
9 |
st.write(x, 'squared is', x * x)
|
|
|
1 |
import streamlit as st
|
2 |
# model_id = 'codellama/CodeLlama-13b-Instruct-hf'
|
3 |
|
4 |
+
"lllyasviel/sd_control_collection"
|
5 |
+
|
6 |
+
'meta-llama/Llama-2-7b-chat-hf'
|
7 |
+
|
8 |
WizardLM/WizardCoder-Python-34B-V1.0
|
9 |
|
10 |
"bert-base-uncased"
|
11 |
|
12 |
+
|
13 |
x = st.slider('Select a value')
|
14 |
st.write(x, 'squared is', x * x)
|