sps44 commited on
Commit
e517def
·
verified ·
1 Parent(s): 9395418

added no ssl flag

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -101,5 +101,5 @@ if __name__ == "__main__":
101
 
102
 
103
  spotlight.show(
104
- ds, host="0.0.0.0", port=7860, wait="forever", dtype=dtypes, layout="esc50-layout.json", analyze=False
105
  )
 
101
 
102
 
103
  spotlight.show(
104
+ ds, host="0.0.0.0", port=7860, no_ssl=True, wait="forever", dtype=dtypes, layout="esc50-layout.json", analyze=False
105
  )