Spaces:
Sleeping
Sleeping
Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
|
@@ -146,7 +146,7 @@ def filter_models(tags, query):
|
|
| 146 |
if query.lower() in model_attributes:
|
| 147 |
models_table.append([model['name'], model['description'], model['credit'], model['url'], model['tags']])
|
| 148 |
|
| 149 |
-
return gr.DataFrame
|
| 150 |
|
| 151 |
|
| 152 |
def pub_dl_autofill(pub_models, event: gr.SelectData):
|
|
|
|
| 146 |
if query.lower() in model_attributes:
|
| 147 |
models_table.append([model['name'], model['description'], model['credit'], model['url'], model['tags']])
|
| 148 |
|
| 149 |
+
return gr.DataFrame(value=models_table)
|
| 150 |
|
| 151 |
|
| 152 |
def pub_dl_autofill(pub_models, event: gr.SelectData):
|