Spaces:
Runtime error
Runtime error
from type=numpy to filepath
Browse files
app.py
CHANGED
|
@@ -52,6 +52,6 @@ inputs = [
|
|
| 52 |
gr.inputs.Image(label="Image")
|
| 53 |
]
|
| 54 |
|
| 55 |
-
outputs = gr.outputs.Image(type='
|
| 56 |
|
| 57 |
gr.Interface(fn=generate_image, inputs=inputs, outputs=outputs).launch(debug=True)
|
|
|
|
| 52 |
gr.inputs.Image(label="Image")
|
| 53 |
]
|
| 54 |
|
| 55 |
+
outputs = gr.outputs.Image(type='filepath', label="Generated Image")
|
| 56 |
|
| 57 |
gr.Interface(fn=generate_image, inputs=inputs, outputs=outputs).launch(debug=True)
|