Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesUpdated model link
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import spaces
|
|
| 7 |
# Load the model pipeline
|
| 8 |
pipe = pipeline(
|
| 9 |
task="multimodal_mt",
|
| 10 |
-
model="
|
| 11 |
trust_remote_code=True,
|
| 12 |
token=os.environ.get("HF_TOKEN"),
|
| 13 |
device_map="auto",
|
|
|
|
| 7 |
# Load the model pipeline
|
| 8 |
pipe = pipeline(
|
| 9 |
task="multimodal_mt",
|
| 10 |
+
model="BSC-LT/salamandra-TAV-7b",
|
| 11 |
trust_remote_code=True,
|
| 12 |
token=os.environ.get("HF_TOKEN"),
|
| 13 |
device_map="auto",
|