harshmr commited on
Commit
94d3b36
·
1 Parent(s): 2727116

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,5 +115,5 @@ interface2 = gr.Interface(fn=chatbot,
115
 
116
  iface = gr.TabbedInterface([interface1, interface2], ["Upload your book", "Ask a Question"])
117
  #iface.launch(share=True)
118
- iface.launch(share=True)
119
 
 
115
 
116
  iface = gr.TabbedInterface([interface1, interface2], ["Upload your book", "Ask a Question"])
117
  #iface.launch(share=True)
118
+ iface.launch()
119