Muhammad Taqi Raza
commited on
Commit
·
04334bd
1
Parent(s):
a539923
gradio
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -196,8 +196,8 @@ with demo:
|
|
196 |
neg_prompt_input = gr.Textbox(label="Negative Prompt", value="The video is not of a high quality, it has a low resolution. Watermark present in each frame. The background is solid. Strange body and strange trajectory.")
|
197 |
refine_prompt_input = gr.Textbox(label="Refine Prompt", value=" The video is of high quality, and the view is very clear. ")
|
198 |
with gr.Column():
|
199 |
-
video_input = gr.Video(label="Upload Video (MP4)"
|
200 |
-
|
201 |
step1_button = gr.Button("▶️ Run Step 1")
|
202 |
step1_video = gr.Video(label="[Step 1] Masked Video")
|
203 |
step1_logs = gr.Textbox(label="[Step 1] Logs")
|
|
|
196 |
neg_prompt_input = gr.Textbox(label="Negative Prompt", value="The video is not of a high quality, it has a low resolution. Watermark present in each frame. The background is solid. Strange body and strange trajectory.")
|
197 |
refine_prompt_input = gr.Textbox(label="Refine Prompt", value=" The video is of high quality, and the view is very clear. ")
|
198 |
with gr.Column():
|
199 |
+
video_input = gr.Video(label="Upload Video (MP4)")
|
200 |
+
|
201 |
step1_button = gr.Button("▶️ Run Step 1")
|
202 |
step1_video = gr.Video(label="[Step 1] Masked Video")
|
203 |
step1_logs = gr.Textbox(label="[Step 1] Logs")
|