dupthotshering commited on
Commit
f82ce66
·
verified ·
1 Parent(s): 93c203a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()