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