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