Tshering12 commited on
Commit
e2e2a7a
·
verified ·
1 Parent(s): 517bb25

Update app.py

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