Spaces:
Sleeping
Sleeping
samiNCL
commited on
Commit
·
9dfa08e
1
Parent(s):
b17b62f
Final update and will delete from my device
Browse files
app.py
CHANGED
@@ -28,4 +28,7 @@ def analyze_text(text):
|
|
28 |
return sentiment
|
29 |
|
30 |
iface = gr.Interface(fn=analyze_text, inputs=gr.inputs.Textbox(lines=13, label="Enter Text"), outputs="text")
|
31 |
-
iface.launch()
|
|
|
|
|
|
|
|
28 |
return sentiment
|
29 |
|
30 |
iface = gr.Interface(fn=analyze_text, inputs=gr.inputs.Textbox(lines=13, label="Enter Text"), outputs="text")
|
31 |
+
iface.launch(share=True)
|
32 |
+
|
33 |
+
|
34 |
+
|