Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -2
src/streamlit_app.py
CHANGED
|
@@ -139,8 +139,7 @@ device = get_device()
|
|
| 139 |
# ----------------------------
|
| 140 |
# Your HF model repo
|
| 141 |
# ----------------------------
|
| 142 |
-
|
| 143 |
-
source = "lusxvr/nanoVLM-230M-8k"
|
| 144 |
|
| 145 |
# Optional: pin to a specific revision (commit hash or tag) via Space variable
|
| 146 |
# Space Settings -> Variables -> MODEL_REVISION
|
|
|
|
| 139 |
# ----------------------------
|
| 140 |
# Your HF model repo
|
| 141 |
# ----------------------------
|
| 142 |
+
source = "tiltaf/vlm_model_tst"
|
|
|
|
| 143 |
|
| 144 |
# Optional: pin to a specific revision (commit hash or tag) via Space variable
|
| 145 |
# Space Settings -> Variables -> MODEL_REVISION
|