ASAM-Team commited on
Commit
8235ed9
·
1 Parent(s): ca914e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -426,9 +426,11 @@ if __name__ == "__main__":
426
 
427
  Welcome to the ASAM demo <br/>
428
  You may select different prompt types to get the output mask of target instance.
 
429
  ## Usage
430
  You may check the instruction below, or check our github page about more details.
431
- <details>
 
432
  You may select an example image or upload your image to start, we support 4 prompt types:
433
 
434
  **default_box**: According to the mask label, automaticly generate the default box prompt, only used for examples.
@@ -439,7 +441,6 @@ if __name__ == "__main__":
439
 
440
  **scribble_box**: Click on two points, the top-left point and the bottom-right point to represent a bounding box of the target instance.
441
 
442
- </details>
443
  """)
444
 
445
  with gr.Row():
 
426
 
427
  Welcome to the ASAM demo <br/>
428
  You may select different prompt types to get the output mask of target instance.
429
+
430
  ## Usage
431
  You may check the instruction below, or check our github page about more details.
432
+
433
+ ##details
434
  You may select an example image or upload your image to start, we support 4 prompt types:
435
 
436
  **default_box**: According to the mask label, automaticly generate the default box prompt, only used for examples.
 
441
 
442
  **scribble_box**: Click on two points, the top-left point and the bottom-right point to represent a bounding box of the target instance.
443
 
 
444
  """)
445
 
446
  with gr.Row():