Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lap1official
/
API
like
2
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Jan 7
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()