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