Praveen0309 commited on
Commit
2afa2ba
·
1 Parent(s): 165a317

Application1.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ with gr.Blocks() as app:
91
  chatbot
92
  )
93
  app.queue()
94
- app.launch(debug=True,share=True)
95
 
 
91
  chatbot
92
  )
93
  app.queue()
94
+ app.launch(debug=True)
95