Update app.py(1)
Browse files
app.py
CHANGED
|
@@ -21,4 +21,4 @@ iface = gr.Interface(fn=predict,
|
|
| 21 |
title="Sentiment Analyzer",
|
| 22 |
description="Enter text to analyze its sentiment.")
|
| 23 |
|
| 24 |
-
iface.launch()
|
|
|
|
| 21 |
title="Sentiment Analyzer",
|
| 22 |
description="Enter text to analyze its sentiment.")
|
| 23 |
|
| 24 |
+
iface.launch(share= True)
|