Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
randomblock1
/
phi-2
like
19
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Benjamin G
commited on
Dec 15, 2023
Commit
c3faf6b
·
1 Parent(s):
ec6b66c
add queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -150,4 +150,4 @@ demo = gr.Interface(
150
151
152
if __name__ == "__main__":
153
-
demo.launch(show_api=False)
150
151
152
if __name__ == "__main__":
153
+
demo.
queue().
launch(show_api=False)