more experimental voices
This commit is contained in:
@@ -3,7 +3,7 @@ import argparse, os, uvicorn
|
||||
def main():
|
||||
p = argparse.ArgumentParser()
|
||||
p.add_argument("--port", type=int, default=3000)
|
||||
p.add_argument("--model_path", type=str, default="default_model")
|
||||
p.add_argument("--model_path", type=str, default="microsoft/VibeVoice-Realtime-0.5B")
|
||||
p.add_argument("--device", type=str, default="cuda", choices=["cpu", "cuda", "mpx", "mps"])
|
||||
p.add_argument("--reload", action="store_true", help="Reload the model or not")
|
||||
args = p.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user