Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelpiro1
/
app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
michaelpiro1
commited on
Jul 7, 2024
Commit
4ba367a
·
verified
·
1 Parent(s):
24bfe60
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -75,5 +75,5 @@ def main():
75
76
demo.launch()
77
78
-
if __name__ == "__main__":
79
-
main()
75
76
demo.launch()
77
78
+
79
+
main()