Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ with gr.Blocks() as demo:
|
|
30 |
clear_image_button = gr.Button("Clear")
|
31 |
with gr.TabItem("Transfer Video"):
|
32 |
with gr.Row():
|
33 |
-
video_dropdown = gr.Dropdown(label="Transfer Style",choices=["Hayao", "Shinkai", "Kon Satoshi"])
|
34 |
video_input = gr.Video()
|
35 |
video_output = gr.Video()
|
36 |
with gr.Row():
|
|
|
37 |
video_button = gr.Button("Transfer")
|
38 |
clear_video_button = gr.Button("Clear")
|
39 |
|
|
|
30 |
clear_image_button = gr.Button("Clear")
|
31 |
with gr.TabItem("Transfer Video"):
|
32 |
with gr.Row():
|
|
|
33 |
video_input = gr.Video()
|
34 |
video_output = gr.Video()
|
35 |
with gr.Row():
|
36 |
+
video_dropdown = gr.Dropdown(label="Transfer Style",choices=["Hayao", "Shinkai", "Kon Satoshi"])
|
37 |
video_button = gr.Button("Transfer")
|
38 |
clear_video_button = gr.Button("Clear")
|
39 |
|