burman-ai commited on
Commit
465e83b
·
verified ·
1 Parent(s): 3345bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,9 +166,9 @@ with demo:
166
 
167
  ]
168
  # print("")
169
- featured_model_radio = gr.Label(
170
  value="meta-llama/Llama-3.2-3B-Instruct",
171
- interactive=False
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.")