Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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
|