unicodeveloper commited on
Commit
b9cd554
·
1 Parent(s): 2e59c88

remove type and sources from video

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(title="AI Video Converter", theme=gr.themes.Soft()) as demo:
108
  gr.Markdown("### Transform videos with AI")
109
  with gr.Row():
110
  with gr.Column():
111
- video_input = gr.Video(label="Input Video", type="filepath", sources=["upload", "webcam", "clipboard"])
112
  video_prompt = gr.Textbox(
113
  label="Transformation Prompt",
114
  placeholder="Describe how you want to transform the video...",
 
108
  gr.Markdown("### Transform videos with AI")
109
  with gr.Row():
110
  with gr.Column():
111
+ video_input = gr.Video(label="Input Video")
112
  video_prompt = gr.Textbox(
113
  label="Transformation Prompt",
114
  placeholder="Describe how you want to transform the video...",