Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with demo:
|
|
93 |
gr.Markdown(value="""
|
94 |
π**Guideline**
|
95 |
1. Upload your image or select one from the examples.
|
96 |
-
2. Set up the arguments: "Type_dataset".
|
97 |
3. Run the Submit button to get the output.
|
98 |
""")
|
99 |
# if RUN_MODE != "local":
|
|
|
93 |
gr.Markdown(value="""
|
94 |
π**Guideline**
|
95 |
1. Upload your image or select one from the examples.
|
96 |
+
2. Set up the arguments: "Type_dataset".Due to the limit of CPU , we resize the monuseg input to (512,512)
|
97 |
3. Run the Submit button to get the output.
|
98 |
""")
|
99 |
# if RUN_MODE != "local":
|