gdnartea commited on
Commit
b83d714
·
verified ·
1 Parent(s): c7e3088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ proc_model = AutoModelForCausalLM.from_pretrained(
24
  "microsoft/Phi-3-mini-128k-instruct",
25
  device_map="cuda",
26
  torch_dtype="auto",
27
- trust_remote_code=True, )
28
  )
29
 
30
  # Load the TTS model and processor
 
24
  "microsoft/Phi-3-mini-128k-instruct",
25
  device_map="cuda",
26
  torch_dtype="auto",
27
+ trust_remote_code=True,
28
  )
29
 
30
  # Load the TTS model and processor