Spaces:
Runtime error
Runtime error
Update app.py
#1
by
mwz
- opened
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import ast
|
3 |
|
4 |
-
model = gr.Interface.load("
|
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:
|