SPACERUNNER99 commited on
Commit
592110a
·
verified ·
1 Parent(s): 0ea32d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
52
  video_in = gr.Video()
53
  color = gr.Text()
54
  font = gr.Number()
55
- audio_in = gr.File()
56
  btn = gr.Button("Create")
57
  output_video = gr.Video()
58
  btn.click(
 
52
  video_in = gr.Video()
53
  color = gr.Text()
54
  font = gr.Number()
55
+ audio_in = gr.Audio(type = "filepath")
56
  btn = gr.Button("Create")
57
  output_video = gr.Video()
58
  btn.click(