We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8417325 commit 931aa19Copy full SHA for 931aa19
BabbleApp/config.py
@@ -25,12 +25,12 @@ class BabbleSettingsConfig(BaseModel):
25
gui_min_cutoff: str = "15.5004"
26
gui_speed_coefficient: str = "0.62"
27
gui_osc_address: str = "127.0.0.1"
28
- gui_osc_port: int = 9000
+ gui_osc_port: int = 8888
29
gui_osc_receiver_port: int = 9001
30
gui_osc_recalibrate_address: str = "/avatar/parameters/babble_recalibrate"
31
gui_update_check: bool = True
32
gui_ROSC: bool = False
33
- gui_osc_location: str = "/avatar/parameters"
+ gui_osc_location: str = ""
34
gui_multiply: int = 1
35
gui_model_file: str = 'Models/EFV2300K45E100P2.onnx'
36
gui_use_gpu: bool = False
0 commit comments