noumanjavaid commited on
Commit
abffe4b
·
verified ·
1 Parent(s): 95f1753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -35,15 +35,15 @@ def generate_video(original_video, watermark):
35
  return gr.Video(original_video, watermark=watermark)
36
 
37
  # Use RGBA image mode to preserve transparency for png images.
38
- with gr.Column():
39
- gr.Image('', visible=False)
40
- with gr.Column():
41
- gr.Image(,
42
- show_label=False,
43
- show_download_button=False,
44
- elem_id='example',
45
- container=False,
46
- interactive=False)
47
 
48
  with gr.Row():
49
  with gr.Column():
 
35
  return gr.Video(original_video, watermark=watermark)
36
 
37
  # Use RGBA image mode to preserve transparency for png images.
38
+ with gr.Column():
39
+ gr.Image('', visible=False)
40
+ with gr.Column():
41
+ gr.Image(,
42
+ show_label=False,
43
+ show_download_button=False,
44
+ elem_id='example',
45
+ container=False,
46
+ interactive=False)
47
 
48
  with gr.Row():
49
  with gr.Column():