Spaces:
Running
Running
Update app.py
Browse files
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"
|
102 |
-
3.
|
|
|
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=[
|