Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,10 +154,6 @@ def speaker_diarization_app():
|
|
154 |
inputs=[
|
155 |
youtube_url_path,
|
156 |
whisper_model_id,
|
157 |
-
device,
|
158 |
-
num_speakers,
|
159 |
-
min_speaker,
|
160 |
-
max_speaker,
|
161 |
],
|
162 |
outputs=[output_text, output_audio],
|
163 |
)
|
|
|
154 |
inputs=[
|
155 |
youtube_url_path,
|
156 |
whisper_model_id,
|
|
|
|
|
|
|
|
|
157 |
],
|
158 |
outputs=[output_text, output_audio],
|
159 |
)
|