slyviee commited on
Commit
8573e6a
·
verified ·
1 Parent(s): 0cea5d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -200,4 +200,5 @@ demo = gr.Interface(
200
  allow_flagging="never",
201
  )
202
 
203
- if __name__ == "__main__":
 
 
200
  allow_flagging="never",
201
  )
202
 
203
+ if __name__ == "__main__":
204
+ demo.launch()