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

Update app.py

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