Afia-manubea
commited on
Commit
•
40014a1
1
Parent(s):
8afbed4
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ def predict_sentiment(review):
|
|
9 |
|
10 |
iface = gr.Interface(fn=predict_sentiment, inputs="text", outputs="text")
|
11 |
|
12 |
-
iface.launch()
|
|
|
13 |
|
14 |
|
|
|
9 |
|
10 |
iface = gr.Interface(fn=predict_sentiment, inputs="text", outputs="text")
|
11 |
|
12 |
+
iface.launch(server_port=8000)
|
13 |
+
|
14 |
|
15 |
|