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:
harshitface2003
/
simpleUI
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harshitface2003
commited on
Nov 16, 2024
Commit
db9c4a9
·
verified
·
1 Parent(s):
2c378e7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,5 +70,5 @@ with gr.Blocks() as demo:
70
outputs=[image]
71
)
72
73
-
if __name__ == "
__app__
":
74
demo.launch(share=True)
70
outputs=[image]
71
)
72
73
+
if __name__ == "
__main__
":
74
demo.launch(share=True)