Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -429,7 +429,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg)) as de
|
|
| 429 |
|
| 430 |
binary_checkbox = gr.Checkbox(value=True, label="Show binary masks", visible=False)
|
| 431 |
autopredict_checkbox = gr.Checkbox(value=False, label="Auto-update prediction on clicks", visible=False)
|
| 432 |
-
with gr.Accordion("Troubleshooting tips", open=
|
| 433 |
gr.Markdown("1. If you encounter an error try clicking 'Clear All Inputs'.")
|
| 434 |
gr.Markdown("2. There may be a brief delay on the first click.")
|
| 435 |
gr.Markdown("3. It takes about 3 minutes to run on the default CPU.")
|
|
|
|
| 429 |
|
| 430 |
binary_checkbox = gr.Checkbox(value=True, label="Show binary masks", visible=False)
|
| 431 |
autopredict_checkbox = gr.Checkbox(value=False, label="Auto-update prediction on clicks", visible=False)
|
| 432 |
+
with gr.Accordion("Troubleshooting tips", open=True):
|
| 433 |
gr.Markdown("1. If you encounter an error try clicking 'Clear All Inputs'.")
|
| 434 |
gr.Markdown("2. There may be a brief delay on the first click.")
|
| 435 |
gr.Markdown("3. It takes about 3 minutes to run on the default CPU.")
|