Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,10 +78,10 @@ with gr.Blocks() as demo:
|
|
78 |
</p>
|
79 |
"""
|
80 |
)
|
81 |
-
examples = gr.Examples(examples=[ os.path.join(os.getcwd(), "
|
82 |
-
os.path.join(os.getcwd(),"
|
83 |
-
os.path.join(os.getcwd(), "
|
84 |
-
os.path.join(os.getcwd(), "
|
85 |
inputs=image_area,
|
86 |
outputs=image_area,
|
87 |
label="Examples",
|
|
|
78 |
</p>
|
79 |
"""
|
80 |
)
|
81 |
+
examples = gr.Examples(examples=[ os.path.join(os.getcwd(), "non.jpg"),
|
82 |
+
os.path.join(os.getcwd(),"verymild.jpg"),
|
83 |
+
os.path.join(os.getcwd(), "mild.jpg"),
|
84 |
+
os.path.join(os.getcwd(), "moderate.jpg")],
|
85 |
inputs=image_area,
|
86 |
outputs=image_area,
|
87 |
label="Examples",
|