SPACERUNNER99 commited on
Commit
55bdc8c
·
verified ·
1 Parent(s): 53cb608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
133
  srt_file = gr.File()
134
  btn = gr.Button("Create")
135
  video_file_output = gr.Video(label="Result Video")
136
- mp3_file = gr.Audio(type="file_path")
137
  btn.click(
138
  fn=transcribe,
139
  inputs=url,
 
133
  srt_file = gr.File()
134
  btn = gr.Button("Create")
135
  video_file_output = gr.Video(label="Result Video")
136
+ mp3_file = gr.Audio(type="filepath")
137
  btn.click(
138
  fn=transcribe,
139
  inputs=url,