Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ A1 = gr.ChatInterface(predict,
|
|
34 |
|
35 |
A2 = gr.load(
|
36 |
"huggingface/Salesforce/blip-image-captioning-large",
|
37 |
-
title="
|
38 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
39 |
outputs=[gr.Textbox(label="I see...")],
|
40 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
|
|
34 |
|
35 |
A2 = gr.load(
|
36 |
"huggingface/Salesforce/blip-image-captioning-large",
|
37 |
+
title="20/20-AI",
|
38 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
39 |
outputs=[gr.Textbox(label="I see...")],
|
40 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|