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:
treadon
/
prompt-fungineer-355M
like
80
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
Ritesh Khanna
commited on
Apr 12, 2023
Commit
5a35674
·
1 Parent(s):
3ba2745
No api + debug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -137,5 +137,5 @@ if __name__ == "__main__":
137
138
139
init_model()
140
-
fungineer.launch(enable_queue=True)
141
137
138
139
init_model()
140
+
fungineer.launch(enable_queue=True
, show_api=False, debug=True
)
141