Spaces:
Runtime error
Runtime error
Commit ·
425bfff
1
Parent(s): 6c81c46
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ if __name__ == "__main__":
|
|
| 94 |
gr.Markdown("## Sample Images")
|
| 95 |
gr.Examples(
|
| 96 |
examples=[os.path.join(os.path.dirname(__file__), "assets/images/img_1.jpg"),
|
| 97 |
-
os.path.join(os.path.dirname(__file__), "assets/images/
|
| 98 |
inputs=img_input,
|
| 99 |
outputs=img_output,
|
| 100 |
fn=process_image,
|
|
|
|
| 94 |
gr.Markdown("## Sample Images")
|
| 95 |
gr.Examples(
|
| 96 |
examples=[os.path.join(os.path.dirname(__file__), "assets/images/img_1.jpg"),
|
| 97 |
+
os.path.join(os.path.dirname(__file__), "assets/images/img_2.jpg")],
|
| 98 |
inputs=img_input,
|
| 99 |
outputs=img_output,
|
| 100 |
fn=process_image,
|