Spaces:
Sleeping
Sleeping
added no ssl flag
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="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 |
)
|