Ivan000 commited on
Commit
14351e5
·
verified ·
1 Parent(s): b70bc19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(
56
  label="Select Language",
57
  choices=["en", "ru", "es", "fr", "de", "zh", "ja", "ko", "pt", "it"],
58
  value="en",
59
- description="Select the language for transcription."
60
  )
61
  ],
62
  outputs=gr.Textbox(label="Transcription"),
 
56
  label="Select Language",
57
  choices=["en", "ru", "es", "fr", "de", "zh", "ja", "ko", "pt", "it"],
58
  value="en",
59
+ info="Select the language for transcription."
60
  )
61
  ],
62
  outputs=gr.Textbox(label="Transcription"),