Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
|
|
|
|
|
|
|
| 4 |
gr.load("models/pyannote/speaker-diarization-3.1", hf_token=os.environ['api']).launch()
|
| 5 |
|
| 6 |
def greet(name, intensity):
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
|
| 4 |
+
pip install pyannote.audio
|
| 5 |
+
|
| 6 |
gr.load("models/pyannote/speaker-diarization-3.1", hf_token=os.environ['api']).launch()
|
| 7 |
|
| 8 |
def greet(name, intensity):
|