Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -303,7 +303,7 @@ with gr.Blocks() as app:
|
|
| 303 |
mem_check=gr.Checkbox(label="Memory", value=False)
|
| 304 |
button=gr.Button()
|
| 305 |
with gr.Row():
|
| 306 |
-
out_slider=gr.Slider(
|
| 307 |
#models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
|
| 308 |
with gr.Row():
|
| 309 |
stop_button=gr.Button("Stop")
|
|
|
|
| 303 |
mem_check=gr.Checkbox(label="Memory", value=False)
|
| 304 |
button=gr.Button()
|
| 305 |
with gr.Row():
|
| 306 |
+
out_slider=gr.Slider(minimum=1000, maximum=100000, step=1, value=MAX_DATA)
|
| 307 |
#models_dd=gr.Dropdown(choices=[m for m in return_list],interactive=True)
|
| 308 |
with gr.Row():
|
| 309 |
stop_button=gr.Button("Stop")
|