jmLuis commited on
Commit
f7109d9
1 Parent(s): 931a10c

Removed main function and added debug

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,5 +49,4 @@ demo = gr.Interface(
49
  allow_flagging="never",
50
  )
51
 
52
- if __name__ == "__main__":
53
- demo.launch(share=True)
 
49
  allow_flagging="never",
50
  )
51
 
52
+ demo.launch(share=True, debug=True)