Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ A1 = gr.ChatInterface(predict,
|
|
93 |
A3 = gr.load(
|
94 |
"models/Salesforce/blip-image-captioning-large",
|
95 |
title=" ",
|
96 |
-
description="
|
97 |
outputs=[gr.Textbox(label="I see...")],
|
98 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
99 |
|
|
|
93 |
A3 = gr.load(
|
94 |
"models/Salesforce/blip-image-captioning-large",
|
95 |
title=" ",
|
96 |
+
description="Upload Any Type of Imagery (photos, medical imagery, etc.), I'll Give You Its Description",
|
97 |
outputs=[gr.Textbox(label="I see...")],
|
98 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
99 |
|