Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,19 +155,18 @@ demo = gr.ChatInterface(
|
|
155 |
print("Chat Interface object created.")
|
156 |
|
157 |
with demo:
|
158 |
-
with gr.Accordion("
|
159 |
|
160 |
-
print("
|
161 |
|
162 |
models_list = [
|
163 |
|
164 |
|
165 |
]
|
166 |
-
print("
|
167 |
|
168 |
featured_model_radio = gr.Radio(
|
169 |
-
|
170 |
-
choices=models_list,
|
171 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
172 |
interactive=True
|
173 |
)
|
|
|
155 |
print("Chat Interface object created.")
|
156 |
|
157 |
with demo:
|
158 |
+
with gr.Accordion("", open=False):
|
159 |
|
160 |
+
print("")
|
161 |
|
162 |
models_list = [
|
163 |
|
164 |
|
165 |
]
|
166 |
+
print("")
|
167 |
|
168 |
featured_model_radio = gr.Radio(
|
169 |
+
|
|
|
170 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
171 |
interactive=True
|
172 |
)
|