Update run.py
Browse files
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="spotlight-layout.json", analyze=False
|
105 |
)
|
|
|
101 |
|
102 |
|
103 |
spotlight.show(
|
104 |
+
ds, host="0.0.0.0", no_ssl=True, port=7860, wait="forever", dtype=dtypes, layout="spotlight-layout.json", analyze=False
|
105 |
)
|