Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -430,7 +430,9 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg)) as de
|
|
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=False):
|
433 |
-
gr.Markdown("
|
|
|
|
|
434 |
multimask_mode = gr.Checkbox(value=False, label="Multi-mask mode", visible=False)
|
435 |
|
436 |
with gr.Row():
|
|
|
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=False):
|
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.")
|
436 |
multimask_mode = gr.Checkbox(value=False, label="Multi-mask mode", visible=False)
|
437 |
|
438 |
with gr.Row():
|