kajonation commited on
Commit
4f9a5d1
·
verified ·
1 Parent(s): ed9fd10

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)