burman-ai commited on
Commit
9d3a4a9
·
verified ·
1 Parent(s): 198b116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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