Update app.py

#1
by mwz - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import ast
3
 
4
- model = gr.Interface.load("huggingface/pyannote/voice-activity-detection")
5
 
6
  def format_inference(output):
7
  if output:
 
1
  import gradio as gr
2
  import ast
3
 
4
+ model = gr.Interface.load("pyannote/voice-activity-detection")
5
 
6
  def format_inference(output):
7
  if output: