harshmr commited on
Commit
7b20fb8
·
1 Parent(s): 1281a2a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,6 +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
- #iface.launch()
119
 
 
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()
119