xiazhi commited on
Commit
bd518fa
Β·
verified Β·
1 Parent(s): f95222d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -98,8 +98,9 @@ with demo:
98
  gr.Markdown(value="""
99
  πŸ””**Guideline**
100
  1. Upload your image or select one from the examples.
101
- 2. Set up the arguments: "Type_dataset".Due to the limit of CPU , we resize the monuseg input to (512,512)
102
- 3. Run the Submit button to get the output.
 
103
  """)
104
  # if RUN_MODE != "local":
105
  gr.Examples(examples=[
 
98
  gr.Markdown(value="""
99
  πŸ””**Guideline**
100
  1. Upload your image or select one from the examples.
101
+ 2. Set up the arguments: "Type_dataset" to enjoy two dataset type's inference
102
+ 3. Due to the limit of CPU , we resize the input image whose size is larger than (512,512) to (512,512)
103
+ 4. Run the Submit button to get the output.
104
  """)
105
  # if RUN_MODE != "local":
106
  gr.Examples(examples=[