Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dupthotshering
/
Hot_Dog_Classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dupthotshering
commited on
Apr 2, 2025
Commit
f82ce66
·
verified
·
1 Parent(s):
93c203a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,5 +14,5 @@ gradio_app = gr.Interface(
14
title="Hot Dog? or Not?"
15
)
16
17
-
if _name_ == "
_main_
":
18
gradio_app.launch()
14
title="Hot Dog? or Not?"
15
)
16
17
+
if _name_ == "
__main__
":
18
gradio_app.launch()