rgcodeai commited on
Commit
ff7966e
·
verified ·
1 Parent(s): 7279c42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ class TranscriptionApp:
65
  with gr.Row():
66
  with gr.Column():
67
  gr.Markdown("### Supported Formats: Audio (mp3, wav) and Video (mp4, avi, mov, flv)")
68
- file_input = gr.File(label="Upload your multimedia file", type="filepath")
69
  device_dropdown = gr.Dropdown(label="Select device", choices=["cuda", "cpu"], value=self.default_device)
70
  model_dropdown = gr.Dropdown(label="Select model", choices=list(model_options.keys()), value=self.default_model)
71
  language_dropdown = gr.Dropdown(label="Select language", choices=list(language_options.keys()), value="Identify")
 
65
  with gr.Row():
66
  with gr.Column():
67
  gr.Markdown("### Supported Formats: Audio (mp3, wav) and Video (mp4, avi, mov, flv)")
68
+ file_input = gr.File(label="Upload your multimedia file", type="file")
69
  device_dropdown = gr.Dropdown(label="Select device", choices=["cuda", "cpu"], value=self.default_device)
70
  model_dropdown = gr.Dropdown(label="Select model", choices=list(model_options.keys()), value=self.default_model)
71
  language_dropdown = gr.Dropdown(label="Select language", choices=list(language_options.keys()), value="Identify")