Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 |
-
|
| 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 |
|