mazed commited on
Commit
217f54f
1 Parent(s): aa752d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def predict(review):
13
  return "{} {:.0f}%".format("\U00002B50"*stars, score)
14
 
15
  iface=gr.Interface(fn=predict, inputs='text', outputs='text')
16
- iface.launch()
17
 
 
13
  return "{} {:.0f}%".format("\U00002B50"*stars, score)
14
 
15
  iface=gr.Interface(fn=predict, inputs='text', outputs='text')
16
+ iface.launch(share=True)
17