Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ A2 = gr.load(
|
|
34 |
"huggingface/Salesforce/blip-image-captioning-large",
|
35 |
title="Upon Further Review...",
|
36 |
description="Upload or Take a Photo Image, I'll Give You Description",
|
|
|
37 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
38 |
|
39 |
A3 = gr.load("huggingface/google/vit-base-patch16-224")
|
|
|
34 |
"huggingface/Salesforce/blip-image-captioning-large",
|
35 |
title="Upon Further Review...",
|
36 |
description="Upload or Take a Photo Image, I'll Give You Description",
|
37 |
+
outputs=[gr.Textbox(label="I see...")],
|
38 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
39 |
|
40 |
A3 = gr.load("huggingface/google/vit-base-patch16-224")
|