Spaces:
Sleeping
Sleeping
Change model owner
#1
by
PingVortex
- opened
app.py
CHANGED
@@ -4,10 +4,10 @@ import torch
|
|
4 |
|
5 |
# Define available models
|
6 |
model_options = {
|
7 |
-
"VML-1.1-K1-mini":"
|
8 |
-
"VLM-1-K3": "
|
9 |
-
"VLM-1-K2": "
|
10 |
-
"VLM-1-K1": "
|
11 |
}
|
12 |
|
13 |
# Load models and tokenizers
|
|
|
4 |
|
5 |
# Define available models
|
6 |
model_options = {
|
7 |
+
"VML-1.1-K1-mini":"VortexIntelligence/VLM-1.1-K1-Preview",
|
8 |
+
"VLM-1-K3": "VortexIntelligence/VLM-1-K3",
|
9 |
+
"VLM-1-K2": "VortexIntelligence/VLM-1-K2",
|
10 |
+
"VLM-1-K1": "VortexIntelligence/VLM-1-K1",
|
11 |
}
|
12 |
|
13 |
# Load models and tokenizers
|