Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def flip(im):
|
|
7 |
demo = gr.Interface(
|
8 |
flip,
|
9 |
gr.Image(sources=["webcam"], streaming=True),
|
10 |
-
"image",
|
11 |
live=True
|
12 |
)
|
13 |
|
|
|
7 |
demo = gr.Interface(
|
8 |
flip,
|
9 |
gr.Image(sources=["webcam"], streaming=True),
|
10 |
+
outputs="image",
|
11 |
live=True
|
12 |
)
|
13 |
|