Spaces:
Runtime error
Runtime error
MarkoVidrih
commited on
Commit
•
3c1afba
1
Parent(s):
91d36bf
Update app.py
Browse files
app.py
CHANGED
@@ -473,7 +473,7 @@ def create_ui(app_config: ApplicationConfig):
|
|
473 |
if app_config.input_audio_max_duration > 0:
|
474 |
ui_description += "\n\n" + "Max audio file length: " + str(app_config.input_audio_max_duration) + " s"
|
475 |
|
476 |
-
ui_article = "For more free tools [creatus.ai](https://creatus.ai/)."
|
477 |
|
478 |
whisper_models = app_config.get_model_names()
|
479 |
|
|
|
473 |
if app_config.input_audio_max_duration > 0:
|
474 |
ui_description += "\n\n" + "Max audio file length: " + str(app_config.input_audio_max_duration) + " s"
|
475 |
|
476 |
+
ui_article = "For more free tools visit [creatus.ai](https://creatus.ai/)."
|
477 |
|
478 |
whisper_models = app_config.get_model_names()
|
479 |
|