nickprock commited on
Commit
5306275
·
1 Parent(s): 4f82259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ demo = gr.Interface(fn=greet,
93
  description="Try to classify customer queries",
94
  examples=[["I can't pay by my credit card"],["My card still hasn't been delivered"],["Can I track the card you sent to me?"]])
95
 
96
- demo.launch()
 
93
  description="Try to classify customer queries",
94
  examples=[["I can't pay by my credit card"],["My card still hasn't been delivered"],["Can I track the card you sent to me?"]])
95
 
96
+ demo.launch(debug = True, enable_queue = False)