Spaces:
Running
Running
osanseviero
commited on
Commit
•
73dbadc
1
Parent(s):
6dc212b
Remove unused string
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ if not torch.cuda.is_available():
|
|
18 |
|
19 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
20 |
|
21 |
-
MODEL_ID_OPT_6_7B = "Salesforce/blip2-opt-6.7b"
|
22 |
MODEL_ID_FLAN_T5_XXL = "Salesforce/blip2-flan-t5-xxl"
|
23 |
MODEL_ID = os.getenv("MODEL_ID", MODEL_ID_FLAN_T5_XXL)
|
24 |
|
|
|
18 |
|
19 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
20 |
|
|
|
21 |
MODEL_ID_FLAN_T5_XXL = "Salesforce/blip2-flan-t5-xxl"
|
22 |
MODEL_ID = os.getenv("MODEL_ID", MODEL_ID_FLAN_T5_XXL)
|
23 |
|