burman-ai commited on
Commit
df1d189
·
verified ·
1 Parent(s): 7bd3896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -155,19 +155,18 @@ demo = gr.ChatInterface(
155
  print("Chat Interface object created.")
156
 
157
  with demo:
158
- with gr.Accordion("Model Selection", open=False):
159
 
160
- print("Model search box created.")
161
 
162
  models_list = [
163
 
164
 
165
  ]
166
- print("Models list initialized.")
167
 
168
  featured_model_radio = gr.Radio(
169
- label="Select a model below",
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
  )