fffiloni commited on
Commit
7c73109
1 Parent(s): 90b2fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
135
  gr.HTML(title)
136
  with gr.Row():
137
  with gr.Column():
138
- video_input = gr.Video(source="upload", type="filepath")
139
  gif_input = gr.File(label="import a GIF instead", file_types=['.gif'])
140
  gif_input.change(fn=convertG2V, inputs=gif_input, outputs=video_input)
141
  submit_btn = gr.Button("Submit")
 
135
  gr.HTML(title)
136
  with gr.Row():
137
  with gr.Column():
138
+ video_input = gr.Video()
139
  gif_input = gr.File(label="import a GIF instead", file_types=['.gif'])
140
  gif_input.change(fn=convertG2V, inputs=gif_input, outputs=video_input)
141
  submit_btn = gr.Button("Submit")