Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ A1 = gr.ChatInterface(predict,
|
|
35 |
|
36 |
A2 = gr.load(
|
37 |
"huggingface/Salesforce/blip-image-captioning-large",
|
38 |
-
title="
|
39 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
40 |
outputs=[gr.Textbox(label="I see...")],
|
41 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
@@ -44,8 +44,8 @@ A3 = gr.load(
|
|
44 |
"huggingface/stabilityai/stable-diffusion-xl-base-1.0",
|
45 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
46 |
outputs=[gr.Image(label="Image")],
|
47 |
-
title="
|
48 |
-
description="Bring Your Imagination Into Existence On The Digital Canvas With
|
49 |
allow_flagging="never",
|
50 |
examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
|
51 |
|
|
|
35 |
|
36 |
A2 = gr.load(
|
37 |
"huggingface/Salesforce/blip-image-captioning-large",
|
38 |
+
title=" ",
|
39 |
description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
|
40 |
outputs=[gr.Textbox(label="I see...")],
|
41 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
|
|
44 |
"huggingface/stabilityai/stable-diffusion-xl-base-1.0",
|
45 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
46 |
outputs=[gr.Image(label="Image")],
|
47 |
+
title=" ",
|
48 |
+
description="Bring Your Imagination Into Existence On The Digital Canvas With COLLEAGUE, Powered With Stable Diffusion",
|
49 |
allow_flagging="never",
|
50 |
examples=["A monster wandering the streets of downtown Atlanta","A robot eating pizza in a Brazilian favela"])
|
51 |
|