s-tier-plots commited on
Commit
9b1b701
1 Parent(s): ca787de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -644,7 +644,7 @@ def create_ui(app_config: ApplicationConfig):
644
  full_description = ui_description + "\n\n\n\n" + "Be careful when changing some of the options in the full interface - this can cause the model to crash."
645
 
646
  full_transcribe = gr.Interface(fn=ui.transcribe_webui_full_progress if is_queue_mode else ui.transcribe_webui_full,
647
- description=full_description, article=ui_article, inputs=[
648
  *common_inputs(),
649
 
650
  *common_vad_inputs(),
 
644
  full_description = ui_description + "\n\n\n\n" + "Be careful when changing some of the options in the full interface - this can cause the model to crash."
645
 
646
  full_transcribe = gr.Interface(fn=ui.transcribe_webui_full_progress if is_queue_mode else ui.transcribe_webui_full,
647
+ description=full_description, inputs=[
648
  *common_inputs(),
649
 
650
  *common_vad_inputs(),