Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -156,11 +156,7 @@ print("Chat Interface 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 = [
|
|
|
156 |
|
157 |
with demo:
|
158 |
with gr.Accordion("Model Selection", open=False):
|
159 |
+
|
|
|
|
|
|
|
|
|
160 |
print("Model search box created.")
|
161 |
|
162 |
models_list = [
|