YANGYYYY commited on
Commit
473f3b2
1 Parent(s): a8bae99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ with gr.Blocks() as demo:
92
  clear_image_button = gr.Button("Clear")
93
  with gr.TabItem("Transfer Video"):
94
  with gr.Row():
95
- video_input = gr.Video(type="numpy")
96
- video_output = gr.Video(type="numpy")
97
  with gr.Row():
98
  video_dropdown = gr.Dropdown(label="Transfer Style",choices=["Hayao", "Shinkai", "Kon Satoshi"])
99
  video_button = gr.Button("Transfer")
 
92
  clear_image_button = gr.Button("Clear")
93
  with gr.TabItem("Transfer Video"):
94
  with gr.Row():
95
+ video_input = gr.inputs.Video(type="numpy")
96
+ video_output = gr.outputs.Video(type="numpy")
97
  with gr.Row():
98
  video_dropdown = gr.Dropdown(label="Transfer Style",choices=["Hayao", "Shinkai", "Kon Satoshi"])
99
  video_button = gr.Button("Transfer")