forSubAnony commited on
Commit
45126c4
·
verified ·
1 Parent(s): d2bbc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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.")
 
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.")