Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ A1 = gr.ChatInterface(predict,
|
|
33 |
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
|
37 |
outputs=[gr.Textbox(label="I see...")],
|
38 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
39 |
|
|
|
33 |
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 Describe It For You",
|
37 |
outputs=[gr.Textbox(label="I see...")],
|
38 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
39 |
|