Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr.Interface(
|
|
28 |
).launch()
|
29 |
|
30 |
inputs=gr.Image(label="Input Image Component", width=300),
|
31 |
-
|
|
|
28 |
).launch()
|
29 |
|
30 |
inputs=gr.Image(label="Input Image Component", width=300),
|
31 |
+
outputs=gr.Image(label="Output Image Component")
|