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