Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
128 |
-
info="
|
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 |
-
|
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 = [
|