Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained(
|
|
76 |
MODEL_ID,
|
77 |
device_map="auto",
|
78 |
quantization_config=quantization_config,
|
79 |
-
|
80 |
)
|
81 |
|
82 |
# Create Gradio interface
|
|
|
76 |
MODEL_ID,
|
77 |
device_map="auto",
|
78 |
quantization_config=quantization_config,
|
79 |
+
trust_remote_code=True
|
80 |
)
|
81 |
|
82 |
# Create Gradio interface
|