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:
Lap1official
/
API
like
2
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Jan 7, 2025
Commit
7233bdb
·
verified
·
1 Parent(s):
24594e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -920,5 +920,5 @@ def main():
920
debug=True
921
)
922
923
-
if
_name_
== "
_main_
":
924
main()
920
debug=True
921
)
922
923
+
if
__name__
== "
__main__
":
924
main()