Skip to content

Commit 931aa19

Browse files
committed
update defaults for VRCFT
1 parent 8417325 commit 931aa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BabbleApp/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ class BabbleSettingsConfig(BaseModel):
2525
gui_min_cutoff: str = "15.5004"
2626
gui_speed_coefficient: str = "0.62"
2727
gui_osc_address: str = "127.0.0.1"
28-
gui_osc_port: int = 9000
28+
gui_osc_port: int = 8888
2929
gui_osc_receiver_port: int = 9001
3030
gui_osc_recalibrate_address: str = "/avatar/parameters/babble_recalibrate"
3131
gui_update_check: bool = True
3232
gui_ROSC: bool = False
33-
gui_osc_location: str = "/avatar/parameters"
33+
gui_osc_location: str = ""
3434
gui_multiply: int = 1
3535
gui_model_file: str = 'Models/EFV2300K45E100P2.onnx'
3636
gui_use_gpu: bool = False

0 commit comments

Comments
 (0)