joeee2321512 commited on
Commit
adaa1dc
Β·
verified Β·
1 Parent(s): 6ebdf73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,5 +102,5 @@ demo = gr.Interface(
102
  allow_flagging="never"
103
  )
104
 
105
- if _name_ == "_main_":
106
  demo.launch()
 
102
  allow_flagging="never"
103
  )
104
 
105
+ if __name__ == "__main__":
106
  demo.launch()