dupthotshering commited on
Commit
79874a5
·
verified ·
1 Parent(s): f82ce66

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()