winamnd commited on
Commit
f56fe40
·
verified ·
1 Parent(s): 5ec951c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,5 +115,5 @@ demo = gr.Interface(
115
  )
116
 
117
  # Launch App
118
- if __name___ == "_main_":
119
  demo.launch()
 
115
  )
116
 
117
  # Launch App
118
+ if __name__ == "_main_":
119
  demo.launch()