Spaces:
Running
Running
Commit
·
579e491
1
Parent(s):
5213786
refactor app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,10 @@ iface = gr.Interface(fn=predict_sentiment,
|
|
41 |
)
|
42 |
|
43 |
#iface.launch()
|
44 |
-
iface.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
)
|
42 |
|
43 |
#iface.launch()
|
44 |
+
iface.launch(
|
45 |
+
server_name="0.0.0.0",
|
46 |
+
share=True,
|
47 |
+
#enable_queue=False
|
48 |
+
max_threads=40,
|
49 |
+
show_api=True
|
50 |
+
)
|