Spaces:
Running
Running
RemiFabre
commited on
Commit
·
27e1781
1
Parent(s):
73a678b
Aligning to default backend for audio
Browse files- emotions/main.py +0 -1
- pyproject.toml +0 -5
emotions/main.py
CHANGED
|
@@ -544,7 +544,6 @@ class Emotions(ReachyMiniApp):
|
|
| 544 |
"""Reachy Mini app that plays recorded emotions with a YAML-driven UI."""
|
| 545 |
|
| 546 |
custom_app_url: str | None = "http://0.0.0.0:8042"
|
| 547 |
-
request_media_backend: str | None = "gstreamer"
|
| 548 |
|
| 549 |
def __init__(self) -> None:
|
| 550 |
super().__init__()
|
|
|
|
| 544 |
"""Reachy Mini app that plays recorded emotions with a YAML-driven UI."""
|
| 545 |
|
| 546 |
custom_app_url: str | None = "http://0.0.0.0:8042"
|
|
|
|
| 547 |
|
| 548 |
def __init__(self) -> None:
|
| 549 |
super().__init__()
|
pyproject.toml
CHANGED
|
@@ -18,11 +18,6 @@ keywords = ["reachy-mini-app"]
|
|
| 18 |
[project.entry-points."reachy_mini_apps"]
|
| 19 |
emotions = "emotions.main:Emotions"
|
| 20 |
|
| 21 |
-
[project.optional-dependencies]
|
| 22 |
-
reachy_mini_wireless = [
|
| 23 |
-
"reachy-mini[gstreamer]",
|
| 24 |
-
]
|
| 25 |
-
|
| 26 |
[tool.setuptools]
|
| 27 |
package-dir = { "" = "." }
|
| 28 |
include-package-data = true
|
|
|
|
| 18 |
[project.entry-points."reachy_mini_apps"]
|
| 19 |
emotions = "emotions.main:Emotions"
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
[tool.setuptools]
|
| 22 |
package-dir = { "" = "." }
|
| 23 |
include-package-data = true
|