TrialAccountHF
commited on
Commit
•
39c3119
1
Parent(s):
7fa5e09
Update app.py
Browse files
app.py
CHANGED
@@ -414,4 +414,4 @@ with demo:
|
|
414 |
system_info.render()
|
415 |
gr.Markdown('''<center><img src='https://visitor-badge.glitch.me/badge?page_id=WhisperDiarizationSpeakers' alt='visitor badge'><a href="https://opensource.org/licenses/Apache-2.0"><img src='https://img.shields.io/badge/License-Apache_2.0-blue.svg' alt='License: Apache 2.0'></center>''')
|
416 |
|
417 |
-
demo.launch(
|
|
|
414 |
system_info.render()
|
415 |
gr.Markdown('''<center><img src='https://visitor-badge.glitch.me/badge?page_id=WhisperDiarizationSpeakers' alt='visitor badge'><a href="https://opensource.org/licenses/Apache-2.0"><img src='https://img.shields.io/badge/License-Apache_2.0-blue.svg' alt='License: Apache 2.0'></center>''')
|
416 |
|
417 |
+
demo.launch(debug=True)
|