federicocosta1989 commited on
Commit
27d3b45
·
verified ·
1 Parent(s): 9924088

Update app.py

Browse files

Updated model link

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import spaces
7
  # Load the model pipeline
8
  pipe = pipeline(
9
  task="multimodal_mt",
10
- model="langtech-veu/salamandra-TAV-7b",
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",