Spaces:
Running
Running
Update app.py
Browse files
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")
|