ugh
This commit is contained in:
parent
9e65e05e83
commit
bbc2de3713
2
setup.py
2
setup.py
|
@ -73,7 +73,7 @@ setup(
|
|||
"descript-audio-codec",
|
||||
|
||||
# gradio web UI (my linux install doesn't like 5.x, windows is fine)
|
||||
f"gradio{"<5.0.0" if not sys.platform.startswith("win") else ""}"
|
||||
f"gradio{'<5.0.0' if not sys.platform.startswith('win') else ''}"
|
||||
|
||||
],
|
||||
extras_require = {
|
||||
|
|
|
@ -296,7 +296,7 @@ def _load_dac_model(device="cuda"):
|
|||
|
||||
model.backend = "dac"
|
||||
model.model_type = kwargs["model_type"]
|
||||
model.device = device
|
||||
#model.device = device
|
||||
|
||||
return model
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user