AIlexDev commited on
Commit
f854c7c
·
1 Parent(s): d2b2ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,4 +17,5 @@ Big THX at Merve for this great and first Modell by Bart..
17
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06616' target='_blank'>Recipes for building an open-domain chatbot</a></p><p style='text-align: center'><a href='https://parl.ai/projects/recipes/' target='_blank'>Original PARLAI Code</a></p></center></p>"
18
 
19
 
20
- iface.launch()
 
 
17
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06616' target='_blank'>Recipes for building an open-domain chatbot</a></p><p style='text-align: center'><a href='https://parl.ai/projects/recipes/' target='_blank'>Original PARLAI Code</a></p></center></p>"
18
 
19
 
20
+ iface.launch(share=True)
21
+