Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -56,4 +56,5 @@ iface = gradio.Interface(fn=chatbot,
|
|
| 56 |
#index = construct_index("trainingData")
|
| 57 |
|
| 58 |
#launching the web UI using gradio
|
| 59 |
-
iface.launch(share=True)
|
|
|
|
|
|
| 56 |
#index = construct_index("trainingData")
|
| 57 |
|
| 58 |
#launching the web UI using gradio
|
| 59 |
+
#iface.launch(share=True) FUNKAR INTE NÄR JAG PUSHAR TILL SPACES
|
| 60 |
+
iface.launch(share=False)
|