Spaces:
Runtime error
Runtime error
agorlanov
commited on
Commit
•
361c473
1
Parent(s):
6231d04
add link
Browse files
app.py
CHANGED
@@ -3,8 +3,10 @@ import gradio as gr
|
|
3 |
from main_pipeline import main_pipeline
|
4 |
from scipy.io.wavfile import write
|
5 |
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
|
9 |
example_list = [
|
10 |
["dialog.mp3"]
|
@@ -26,6 +28,5 @@ gr.Interface(
|
|
26 |
title=title,
|
27 |
examples=example_list,
|
28 |
cache_examples=False,
|
29 |
-
description=description
|
30 |
|
31 |
).launch(enable_queue=True)
|
|
|
3 |
from main_pipeline import main_pipeline
|
4 |
from scipy.io.wavfile import write
|
5 |
|
6 |
+
url = "https://t.me/diarizarion_bot"
|
7 |
+
|
8 |
+
|
9 |
+
title = "Audio_denoise and speaker diarization.Faster inference <a href='{}' target='_blank'>tg_bot</a>".format(url)
|
10 |
|
11 |
example_list = [
|
12 |
["dialog.mp3"]
|
|
|
28 |
title=title,
|
29 |
examples=example_list,
|
30 |
cache_examples=False,
|
|
|
31 |
|
32 |
).launch(enable_queue=True)
|