nickprock commited on
Commit
3c3da87
·
1 Parent(s): fb445a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ demo = gr.Interface(fn=greet,
94
  description="Try to classify customer queries",
95
  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?"]])
96
 
97
- demo.launch(share=True)
 
94
  description="Try to classify customer queries",
95
  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?"]])
96
 
97
+ demo.launch()