Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,10 @@ with demo:
|
|
166 |
|
167 |
]
|
168 |
print("")
|
169 |
-
|
|
|
|
|
|
|
170 |
|
171 |
print("Featured models radio button created.")
|
172 |
|
|
|
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.")
|
175 |
|