Spaces:
Running
Running
Update Theremini/main.py (#2)
Browse files- Update Theremini/main.py (bbf94d62f07d5f17a15b1c74754e5f89465857ab)
Co-authored-by: Antoine Pirrone <apirrone@users.noreply.huggingface.co>
- 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__()
|