Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luel
/
tigrinya-gpt2-text-generator
like
3
Running
App
Files
Files
Community
luel
commited on
Nov 12, 2024
Commit
0e3daa0
·
verified
·
1 Parent(s):
325822e
Add request queue for handling high traffic
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ def create_interface():
89
90
if __name__ == "__main__":
91
demo = create_interface()
92
-
demo.launch(debug=True)
89
90
if __name__ == "__main__":
91
demo = create_interface()
92
+
demo.
queue().
launch(debug=True)