Commit
·
daaafe1
1
Parent(s):
99ca077
v2.0.2-Resolve core errors
Browse files
app.py
CHANGED
|
@@ -17,7 +17,6 @@ demo = gr.Interface(
|
|
| 17 |
live=True,
|
| 18 |
show_input=True,
|
| 19 |
show_output=True,
|
| 20 |
-
examples=[["image1.jpg"], ["image2.jpg"]],
|
| 21 |
title="Image Flipper",
|
| 22 |
description="Flip an image vertically",
|
| 23 |
theme="default",
|
|
|
|
| 17 |
live=True,
|
| 18 |
show_input=True,
|
| 19 |
show_output=True,
|
|
|
|
| 20 |
title="Image Flipper",
|
| 21 |
description="Flip an image vertically",
|
| 22 |
theme="default",
|