amtsal commited on
Commit
825e214
·
verified ·
1 Parent(s): 0bb8c94

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ with gr.Blocks() as demo:
90
  show_progress="hidden"
91
  )
92
 
93
- if _name_ == "_main_":
94
  demo.launch()
 
90
  show_progress="hidden"
91
  )
92
 
93
+ if __name__ == "_main_":
94
  demo.launch()