Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-Edify
/
Pronounciation_Assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AI-Edify
commited on
Sep 15, 2024
Commit
7e876bd
·
verified
·
1 Parent(s):
6cb8d02
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ demo = gr.Interface(
88
89
90
if __name__ == "__main__":
91
-
demo.launch(
enable_queue
=True, show_error=True)
88
89
90
if __name__ == "__main__":
91
+
demo.launch(
queue
=True, show_error=True)