mrbeliever commited on
Commit
16e72fa
Β·
verified Β·
1 Parent(s): 1f684a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ processors = {
14
  "microsoft/Phi-3.5-vision-instruct": AutoProcessor.from_pretrained("microsoft/Phi-3.5-vision-instruct", trust_remote_code=True)
15
  }
16
 
17
- DESCRIPTION = "[Phi-3.5-vision Demo](https://huggingface.co/microsoft/Phi-3.5-vision-instruct)"
18
 
19
  kwargs = {}
20
  kwargs['torch_dtype'] = torch.bfloat16
 
14
  "microsoft/Phi-3.5-vision-instruct": AutoProcessor.from_pretrained("microsoft/Phi-3.5-vision-instruct", trust_remote_code=True)
15
  }
16
 
17
+ DESCRIPTION = " "
18
 
19
  kwargs = {}
20
  kwargs['torch_dtype'] = torch.bfloat16