agorlanov commited on
Commit
6231d04
1 Parent(s): ad99144
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from main_pipeline import main_pipeline
4
  from scipy.io.wavfile import write
5
 
6
- title = "audio_denoise and speakser diarization. Faster inference [tg_bot]()"
7
  description = '''Faster inference tg_bot - https://t.me/diarizarion_bot '''
8
 
9
  example_list = [
@@ -19,7 +19,6 @@ def app_pipeline(audio):
19
  return result_diarization + [None] * (10 - len(result_diarization))
20
 
21
 
22
-
23
  gr.Interface(
24
  app_pipeline,
25
  gr.Audio(type="numpy", label="Input"),
 
3
  from main_pipeline import main_pipeline
4
  from scipy.io.wavfile import write
5
 
6
+ title = "Audio_denoise and speaker diarization."
7
  description = '''Faster inference tg_bot - https://t.me/diarizarion_bot '''
8
 
9
  example_list = [
 
19
  return result_diarization + [None] * (10 - len(result_diarization))
20
 
21
 
 
22
  gr.Interface(
23
  app_pipeline,
24
  gr.Audio(type="numpy", label="Input"),