bomolopuu commited on
Commit
1c2e91c
·
1 Parent(s): 6ff00e7
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -30,9 +30,9 @@ bam_index = 0 if bam_val not in language_options else language_options.index(bam
30
  download_interface = gr.Interface(
31
  fn=download_csv,
32
  inputs=[],
33
- outputs=gr.File(label="Скачать CSV"),
34
- title="Скачать CSV файл",
35
- description="Скачайте файл audio_plus_hash_uniq_07102024.csv"
36
  )
37
 
38
 
@@ -65,7 +65,7 @@ mms_identify = gr.Interface(
65
 
66
  tabbed_interface = gr.TabbedInterface(
67
  [mms_transcribe, mms_identify, download_interface],
68
- ["Speech-to-text", "Language Identification", "Load to laptop CSV"],
69
  )
70
 
71
  with gr.Blocks() as demo:
 
30
  download_interface = gr.Interface(
31
  fn=download_csv,
32
  inputs=[],
33
+ outputs=gr.File(label="Download CSV"),
34
+ title="Download CSV file",
35
+ description="Download file audio_plus_hash_uniq_07102024.csv"
36
  )
37
 
38
 
 
65
 
66
  tabbed_interface = gr.TabbedInterface(
67
  [mms_transcribe, mms_identify, download_interface],
68
+ ["Speech-to-text", "Language Identification", "Download CSV file"],
69
  )
70
 
71
  with gr.Blocks() as demo: