Spaces:
Running
Running
initial commit
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ textarea:focus {
|
|
107 |
btn_submit.click(fn=detect_stress, inputs=input_text, outputs=output_label)
|
108 |
|
109 |
# Jalankan demo
|
110 |
-
demo.launch()
|
|
|
107 |
btn_submit.click(fn=detect_stress, inputs=input_text, outputs=output_label)
|
108 |
|
109 |
# Jalankan demo
|
110 |
+
demo.launch(share=True)
|