Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luel
/
tigrinya-gpt2-text-generator
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luelhagos
commited on
Oct 30, 2024
Commit
e8130f9
·
1 Parent(s):
0f4aa6d
remove queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ def create_interface():
82
83
if __name__ == "__main__":
84
demo = create_interface()
85
-
demo.
queue().
launch(debug=True)
82
83
if __name__ == "__main__":
84
demo = create_interface()
85
+
demo.launch(debug=True)