Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
whisper-event/whisper-demo
vumichien
/
Whisper_speaker_diarization
like
419
Runtime error
App
Files
Files
Community
40
Fetching metadata from the HF Docker repository...
vumichien
commited on
Jan 3, 2023
Commit
51fe87f
·
1 Parent(s):
d4c2757
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -334,4 +334,4 @@ with demo:
334
with gr.Column():
335
transcription_df.render()
336
337
-
demo.launch(debug=True
, share=True
)
334
with gr.Column():
335
transcription_df.render()
336
337
+
demo.launch(debug=True)