Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|