Shad0ws commited on
Commit
dfdc3b3
·
1 Parent(s): 547133d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,7 +353,7 @@ def create_ui(input_audio_max_duration, share=False, server_name: str = None, se
353
  if input_audio_max_duration > 0:
354
  ui_description += "\n\n" + "Max audio file length: " + str(input_audio_max_duration) + " s"
355
 
356
- # ui_article = "Read the [documentation here](https://gitlab.com/aadnk/whisper-webui/-/blob/main/docs/options.md)"
357
 
358
  demo = gr.Interface(fn=ui.transcribe_webui, description=ui_description, article=ui_article, inputs=[
359
  gr.Dropdown(choices=WHISPER_MODELS, value=default_model_name, label="Model"),
 
353
  if input_audio_max_duration > 0:
354
  ui_description += "\n\n" + "Max audio file length: " + str(input_audio_max_duration) + " s"
355
 
356
+ ui_article = "Read the [documentation here](https://gitlab.com/aadnk/whisper-webui/-/blob/main/docs/options.md)"
357
 
358
  demo = gr.Interface(fn=ui.transcribe_webui, description=ui_description, article=ui_article, inputs=[
359
  gr.Dropdown(choices=WHISPER_MODELS, value=default_model_name, label="Model"),