mateoluksenberg commited on
Commit
0baa034
Β·
verified Β·
1 Parent(s): 8fb0c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ models = {
38
  }
39
 
40
  processors = {
41
- "Qwen/Qwen2-VL-2B-Instruct": AutoProcessor.from_pretrained("Qwen/Qwen2-VL-2B-Instruct", trust_remote_code=True)
42
  }
43
 
44
  DESCRIPTION = "[Qwen2-VL-2B Demo](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct)"
 
38
  }
39
 
40
  processors = {
41
+ "mateoluksenberg/Qwen2-VL-2B_model": AutoProcessor.from_pretrained("mateoluksenberg/Qwen2-VL-2B_model", trust_remote_code=True)
42
  }
43
 
44
  DESCRIPTION = "[Qwen2-VL-2B Demo](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct)"