Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,5 +11,5 @@ gr.Interface(fn=flip_image,
|
|
11 |
inputs="image",
|
12 |
outputs=["image","image"],
|
13 |
title="Flip An Image Upside Down",
|
14 |
-
examples = ["
|
15 |
).launch();
|
|
|
11 |
inputs="image",
|
12 |
outputs=["image","image"],
|
13 |
title="Flip An Image Upside Down",
|
14 |
+
examples = ["example.jpg"]
|
15 |
).launch();
|