Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -284,10 +284,7 @@ if __name__ == "__main__":
|
|
284 |
|
285 |
|
286 |
with gr.Column():
|
287 |
-
result =
|
288 |
-
interactive=False,
|
289 |
-
label="Generated Image",
|
290 |
-
)
|
291 |
# use_as_input_button = gr.Button("Use as Input Image", visible=False)
|
292 |
|
293 |
# history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
|
|
284 |
|
285 |
|
286 |
with gr.Column():
|
287 |
+
result = gr.Image(type='pil', label='Image Output')
|
|
|
|
|
|
|
288 |
# use_as_input_button = gr.Button("Use as Input Image", visible=False)
|
289 |
|
290 |
# history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|