Yashwanthshiv commited on
Commit
94b53b3
·
verified ·
1 Parent(s): 32c40f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ demo = gr.Interface(
37
  )
38
 
39
  # Launch the Gradio app
40
- if _name_ == "_main_":
41
  demo.launch()
 
37
  )
38
 
39
  # Launch the Gradio app
40
+ if __name__ == "__main__":
41
  demo.launch()