sps44 commited on
Commit
0847ca6
1 Parent(s): f3b07be

Update run.py

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, wait="forever", dtype=dtypes, layout="spotlight-layout.json", analyze=False
105
  )