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

Upload folder using huggingface_hub

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