suayptalha commited on
Commit
dceb63e
·
verified ·
1 Parent(s): 8e1991d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,5 +57,5 @@ demo = gr.Interface(
57
  outputs="text",
58
  )
59
 
60
- if _name_ == "_main_":
61
  demo.launch(show_error=True)
 
57
  outputs="text",
58
  )
59
 
60
+ if __name__ == "__main__":
61
  demo.launch(show_error=True)