Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ if "full_text" not in st.session_state:
|
|
| 21 |
st.session_state["full_text"] = ""
|
| 22 |
|
| 23 |
# Model selection dropdown
|
| 24 |
-
model_options = [ "TinyLlama/TinyLlama-1.1B-Chat-v1.0","meta-llama/Llama-Llama-3.2-1B-Instruct","Qwen/Qwen2.5-1.5B-Instruct", "
|
| 25 |
selected_model = st.selectbox("Choose a model:", model_options)
|
| 26 |
|
| 27 |
# Create a text input area for user prompts
|
|
|
|
| 21 |
st.session_state["full_text"] = ""
|
| 22 |
|
| 23 |
# Model selection dropdown
|
| 24 |
+
model_options = [ "TinyLlama/TinyLlama-1.1B-Chat-v1.0","meta-llama/Llama-Llama-3.2-1B-Instruct","Qwen/Qwen2.5-1.5B-Instruct", "Qwen/Qwen2.5-72B-Instruct" ]
|
| 25 |
selected_model = st.selectbox("Choose a model:", model_options)
|
| 26 |
|
| 27 |
# Create a text input area for user prompts
|