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:
Yashwanthshiv
/
project1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yashwanthshiv
commited on
Oct 29, 2025
Commit
94b53b3
·
verified
·
1 Parent(s):
32c40f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,5 +37,5 @@ demo = gr.Interface(
37
)
38
39
# Launch the Gradio app
40
-
if
_name_
== "
_main_
":
41
demo.launch()
37
)
38
39
# Launch the Gradio app
40
+
if
__name__
== "
__main__
":
41
demo.launch()