noblebarkrr commited on
Commit
695a373
·
verified ·
1 Parent(s): 2ccd5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -91,6 +91,8 @@ theme = gr.themes.Default(
91
 
92
 
93
  def create_app():
 
 
94
  with gr.Row():
95
  with gr.Column():
96
  input_audio = gr.Audio(label=t("select_file"), interactive=True, type="filepath")
 
91
 
92
 
93
  def create_app():
94
+ gr.Markdown("Внимание! Все разделения выполняются на CPU.")
95
+ gr.Markdown("Разделение будет слишком медленным")
96
  with gr.Row():
97
  with gr.Column():
98
  input_audio = gr.Audio(label=t("select_file"), interactive=True, type="filepath")