rajux75 commited on
Commit
b5173a7
Β·
verified Β·
1 Parent(s): c1f1913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, type="filepath") # Specify type="filepath"
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)