Spaces:
Running
Running
Link to Gitlab for docs, as it supports MD rendering
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ def create_ui(input_audio_max_duration, share=False, server_name: str = None, se
|
|
348 |
if input_audio_max_duration > 0:
|
349 |
ui_description += "\n\n" + "Max audio file length: " + str(input_audio_max_duration) + " s"
|
350 |
|
351 |
-
ui_article = "Read the [documentation here](https://
|
352 |
|
353 |
demo = gr.Interface(fn=ui.transcribe_webui, description=ui_description, article=ui_article, inputs=[
|
354 |
gr.Dropdown(choices=WHISPER_MODELS, value=default_model_name, label="Model"),
|
|
|
348 |
if input_audio_max_duration > 0:
|
349 |
ui_description += "\n\n" + "Max audio file length: " + str(input_audio_max_duration) + " s"
|
350 |
|
351 |
+
ui_article = "Read the [documentation here](https://gitlab.com/aadnk/whisper-webui/-/blob/main/docs/options.md)"
|
352 |
|
353 |
demo = gr.Interface(fn=ui.transcribe_webui, description=ui_description, article=ui_article, inputs=[
|
354 |
gr.Dropdown(choices=WHISPER_MODELS, value=default_model_name, label="Model"),
|