Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def fix_json():
|
|
84 |
with gr.Blocks() as app:
|
85 |
with gr.Row():
|
86 |
search=gr.Textbox()
|
87 |
-
limit=gr.Slider(minimum=1,maximum=
|
88 |
btn=gr.Button()
|
89 |
models_json=gr.JSON()
|
90 |
btn.click(model_explorer,[search,limit],models_json)
|
|
|
84 |
with gr.Blocks() as app:
|
85 |
with gr.Row():
|
86 |
search=gr.Textbox()
|
87 |
+
limit=gr.Slider(minimum=1,maximum=10000,value=100)
|
88 |
btn=gr.Button()
|
89 |
models_json=gr.JSON()
|
90 |
btn.click(model_explorer,[search,limit],models_json)
|