Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1edde68
1
Parent(s):
b13dc46
set model=omni-research/Tarsier-7b
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ import os
|
|
24 |
import torch
|
25 |
|
26 |
device = 'cuda'
|
27 |
-
model_path = os.getenv("MODEL_PATH", "/
|
28 |
max_n_frames = int(os.getenv("MAX_N_FRAMES", 8))
|
29 |
-
debug =
|
30 |
|
31 |
# ========================================
|
32 |
# Model Initialization
|
|
|
24 |
import torch
|
25 |
|
26 |
device = 'cuda'
|
27 |
+
model_path = os.getenv("MODEL_PATH", "omni-research/Tarsier-7b")
|
28 |
max_n_frames = int(os.getenv("MAX_N_FRAMES", 8))
|
29 |
+
debug = False
|
30 |
|
31 |
# ========================================
|
32 |
# Model Initialization
|