Spaces:
Sleeping
Sleeping
GiladtheFixer
commited on
Commit
•
1344573
1
Parent(s):
580809d
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def sentiment_calssifir(text):
|
|
10 |
|
11 |
|
12 |
demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="json")
|
13 |
-
demo.launch()
|
14 |
# outputs="label",
|
15 |
# title=title,
|
16 |
# description=description,
|
|
|
10 |
|
11 |
|
12 |
demo = gr.Interface(fn=sentiment_calssifir, inputs="text", outputs="json")
|
13 |
+
demo.launch(share=True)
|
14 |
# outputs="label",
|
15 |
# title=title,
|
16 |
# description=description,
|