Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ processors = {
|
|
15 |
"microsoft/Phi-3.5-vision-instruct": AutoProcessor.from_pretrained("microsoft/Phi-3.5-vision-instruct", trust_remote_code=True)
|
16 |
}
|
17 |
|
18 |
-
DESCRIPTION = "[Phi-3.5-vision Demo](https://huggingface.co/microsoft/Phi-3.5-vision-instruct)"
|
19 |
|
20 |
kwargs = {}
|
21 |
kwargs['torch_dtype'] = torch.bfloat16
|
@@ -51,7 +50,7 @@ footer {
|
|
51 |
|
52 |
|
53 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
54 |
-
|
55 |
with gr.Tab(label="Phi-3.5 Input"):
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
|
|
15 |
"microsoft/Phi-3.5-vision-instruct": AutoProcessor.from_pretrained("microsoft/Phi-3.5-vision-instruct", trust_remote_code=True)
|
16 |
}
|
17 |
|
|
|
18 |
|
19 |
kwargs = {}
|
20 |
kwargs['torch_dtype'] = torch.bfloat16
|
|
|
50 |
|
51 |
|
52 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
53 |
+
|
54 |
with gr.Tab(label="Phi-3.5 Input"):
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|