FlameF0X PingVortex commited on
Commit
992cb1e
·
verified ·
1 Parent(s): b7015a8

Change model owner (#1)

Browse files

- Change model owner (c6bc8a1842d823b5da8389f2a1038c848e9cc3e2)


Co-authored-by: PingVortex <[email protected]>

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -4,10 +4,10 @@ import torch
4
 
5
  # Define available models
6
  model_options = {
7
- "VML-1.1-K1-mini":"PingVortex/VLM-1.1-K1-Preview",
8
- "VLM-1-K3": "PingVortex/VLM-1-K3",
9
- "VLM-1-K2": "PingVortex/VLM-1-K2",
10
- "VLM-1-K1": "PingVortex/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