burman-ai commited on
Commit
afc6022
·
verified ·
1 Parent(s): b0e7efc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ seed_slider = gr.Slider(
125
  custom_model_box = gr.Textbox(
126
  value="meta-llama/Llama-3.2-3B-Instruct",
127
  label="AI Mode is",
128
- info="(Optional) Provide a custom Hugging Face model path. Overrides any selected featured model.",
129
- model_output="meta-llama/Llama-3.2-3B-Instruct"
130
  )
131
 
132
  def set_custom_model_from_radio(selected):
 
125
  custom_model_box = gr.Textbox(
126
  value="meta-llama/Llama-3.2-3B-Instruct",
127
  label="AI Mode is",
128
+ # info="(Optional) Provide a custom Hugging Face model path. Overrides any selected featured model.",
129
+ info="meta-llama/Llama-3.2-3B-Instruct"
130
  )
131
 
132
  def set_custom_model_from_radio(selected):