x1101 commited on
Commit
4e787b9
1 Parent(s): 35a85e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ interface = gr.Interface(
97
  allow_flagging="never",
98
  live=False, # since i keep wondering, this prevents it from running again automatically when an input changes
99
  )
100
- interface.launch(enable_queue=False)
 
97
  allow_flagging="never",
98
  live=False, # since i keep wondering, this prevents it from running again automatically when an input changes
99
  )
100
+ interface.launch()