Spaces:
Running
Running
Update Theremini/main.py
Browse filesset dont_start_webserver to True to avoid port collision.
- Theremini/main.py +1 -0
Theremini/main.py
CHANGED
|
@@ -49,6 +49,7 @@ class Theremini(ReachyMiniApp):
|
|
| 49 |
"""Theremin-like Reachy Mini app driven by head pose and right antenna."""
|
| 50 |
|
| 51 |
custom_app_url: str | None = f"http://localhost:{DASHBOARD_PORT}/index.html"
|
|
|
|
| 52 |
|
| 53 |
def __init__(self) -> None:
|
| 54 |
super().__init__()
|
|
|
|
| 49 |
"""Theremin-like Reachy Mini app driven by head pose and right antenna."""
|
| 50 |
|
| 51 |
custom_app_url: str | None = f"http://localhost:{DASHBOARD_PORT}/index.html"
|
| 52 |
+
dont_start_webserver = True
|
| 53 |
|
| 54 |
def __init__(self) -> None:
|
| 55 |
super().__init__()
|