burman-ai commited on
Commit
6cdf128
·
verified ·
1 Parent(s): 8668b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -124,8 +124,8 @@ seed_slider = gr.Slider(
124
  # The custom_model_box is what the respond function sees as "custom_model"
125
  custom_model_box = gr.Textbox(
126
  value="meta-llama/Llama-3.2-3B-Instruct",
127
- label="Custom Model",
128
- info="(Optional) Provide a custom Hugging Face model path. Overrides any selected featured model.",
129
  placeholder="meta-llama/Llama-3.2-3B-Instruct"
130
  )
131
 
@@ -156,11 +156,7 @@ print("ChatInterface object created.")
156
 
157
  with demo:
158
  with gr.Accordion("Model Selection", open=False):
159
- model_search_box = gr.Textbox(
160
- label="Filter Models",
161
- placeholder="Search for a featured model...",
162
- lines=1
163
- )
164
  print("Model search box created.")
165
 
166
  models_list = [
 
124
  # The custom_model_box is what the respond function sees as "custom_model"
125
  custom_model_box = gr.Textbox(
126
  value="meta-llama/Llama-3.2-3B-Instruct",
127
+ label="AI Model",
128
+ info="",
129
  placeholder="meta-llama/Llama-3.2-3B-Instruct"
130
  )
131
 
 
156
 
157
  with demo:
158
  with gr.Accordion("Model Selection", open=False):
159
+
 
 
 
 
160
  print("Model search box created.")
161
 
162
  models_list = [