Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -166,9 +166,9 @@ with demo:
|
|
166 |
|
167 |
]
|
168 |
# print("")
|
169 |
-
featured_model_radio = gr.
|
170 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
171 |
-
interactive=
|
172 |
)
|
173 |
|
174 |
# print("Featured models radio button created.")
|
|
|
166 |
|
167 |
]
|
168 |
# print("")
|
169 |
+
featured_model_radio = gr.Radio(
|
170 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
171 |
+
interactive=True
|
172 |
)
|
173 |
|
174 |
# print("Featured models radio button created.")
|