navidved commited on
Commit
b47c7ab
·
verified ·
1 Parent(s): 56a2dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,4 +125,4 @@ See the [Persian ASR Leaderboard](https://huggingface.co/spaces/navidved/open_pe
125
  # ---------- Launch ----------
126
  if __name__ == "__main__":
127
  # show_api=False prevents /api-info creation; share=True avoids localhost accessibility errors
128
- demo.queue().launch(show_api=False, share=True)
 
125
  # ---------- Launch ----------
126
  if __name__ == "__main__":
127
  # show_api=False prevents /api-info creation; share=True avoids localhost accessibility errors
128
+ demo.queue().launch(show_api=False, share=True, debug=True)