Spaces:
Running
Running
Update app.py
Browse files
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 |
|