Spaces:
Running
Running
RemiFabre
commited on
Commit
·
bfb4e15
1
Parent(s):
bd31166
Using no_media as backend for CM4 compatibility
Browse files- Theremini/main.py +1 -1
Theremini/main.py
CHANGED
|
@@ -395,7 +395,7 @@ class Theremini(ReachyMiniApp):
|
|
| 395 |
|
| 396 |
|
| 397 |
if __name__ == "__main__":
|
| 398 |
-
with ReachyMini() as mini:
|
| 399 |
app = Theremini()
|
| 400 |
stop = threading.Event()
|
| 401 |
try:
|
|
|
|
| 395 |
|
| 396 |
|
| 397 |
if __name__ == "__main__":
|
| 398 |
+
with ReachyMini(media_backend="no_media") as mini:
|
| 399 |
app = Theremini()
|
| 400 |
stop = threading.Event()
|
| 401 |
try:
|