Muhammad Taqi Raza
commited on
Commit
·
1b37cad
1
Parent(s):
5bd6801
adding requirements.txt
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
|
|
100 |
gr.Markdown("⚙️ **Note:** Default `save_format` is `yuv444p`. If playback fails, try `yuv420p` for compatibility.")
|
101 |
|
102 |
with gr.Row():
|
103 |
-
input_video = gr.Video(label="Upload input video"
|
104 |
output_video = gr.Video(label="Output video")
|
105 |
|
106 |
with gr.Row():
|
|
|
100 |
gr.Markdown("⚙️ **Note:** Default `save_format` is `yuv444p`. If playback fails, try `yuv420p` for compatibility.")
|
101 |
|
102 |
with gr.Row():
|
103 |
+
input_video = gr.Video(label="Upload input video")
|
104 |
output_video = gr.Video(label="Output video")
|
105 |
|
106 |
with gr.Row():
|