Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
|
|
105 |
variant="primary"
|
106 |
)
|
107 |
with gr.Column(min_width=300):
|
108 |
-
output = gr.
|
109 |
label="Result",
|
110 |
)
|
111 |
|
|
|
105 |
variant="primary"
|
106 |
)
|
107 |
with gr.Column(min_width=300):
|
108 |
+
output = gr.Image(
|
109 |
label="Result",
|
110 |
)
|
111 |
|