Spaces:
Runtime error
Runtime error
Update inpaint_zoom/zoom_out_app.py
Browse files
inpaint_zoom/zoom_out_app.py
CHANGED
@@ -135,7 +135,7 @@ def stable_diffusion_text2img_app():
|
|
135 |
text2image_out_predict = gr.Button(value='Generator')
|
136 |
|
137 |
with gr.Column():
|
138 |
-
output_image = gr.
|
139 |
|
140 |
|
141 |
text2image_out_predict.click(
|
|
|
135 |
text2image_out_predict = gr.Button(value='Generator')
|
136 |
|
137 |
with gr.Column():
|
138 |
+
output_image = gr.Video(label='Output')
|
139 |
|
140 |
|
141 |
text2image_out_predict.click(
|