navidved commited on
Commit
837ea3c
·
verified ·
1 Parent(s): b47c7ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -124,5 +124,4 @@ See the [Persian ASR Leaderboard](https://huggingface.co/spaces/navidved/open_pe
124
 
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)
 
124
 
125
  # ---------- Launch ----------
126
  if __name__ == "__main__":
127
+ demo.queue().launch(show_api=True, share=True, debug=True)