asylwan commited on
Commit
b220457
·
1 Parent(s): 2447ff6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)