Update app.py
Browse files
app.py
CHANGED
|
@@ -328,7 +328,7 @@ with gr.Blocks(theme=theme, title="AI Creative Studio") as demo:
|
|
| 328 |
# Row for media
|
| 329 |
with gr.Row():
|
| 330 |
generated_image_output = gr.Image(label="Generated Image", interactive=False, height=450, show_share_button=True, type="filepath") # Specify type="filepath"
|
| 331 |
-
generated_animation_output = gr.Video(label="Generated Animation", interactive=False, height=450, show_share_button=True
|
| 332 |
|
| 333 |
|
| 334 |
# Display Parameters Used (Collapsed or in a smaller section)
|
|
|
|
| 328 |
# Row for media
|
| 329 |
with gr.Row():
|
| 330 |
generated_image_output = gr.Image(label="Generated Image", interactive=False, height=450, show_share_button=True, type="filepath") # Specify type="filepath"
|
| 331 |
+
generated_animation_output = gr.Video(label="Generated Animation", interactive=False, height=450, show_share_button=True)
|
| 332 |
|
| 333 |
|
| 334 |
# Display Parameters Used (Collapsed or in a smaller section)
|