ABDALLAH31 commited on
Commit
08f49a5
·
verified ·
1 Parent(s): a119bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,5 +44,5 @@ iface = gr.Interface(
44
  )
45
 
46
  # Ensure the Gradio app starts properly
47
- if _name_ == "_main_":
48
  iface.launch()
 
44
  )
45
 
46
  # Ensure the Gradio app starts properly
47
+ if __name__ == "__main__":
48
  iface.launch()