Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ A3 = gr.load(
|
|
44 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
45 |
outputs=[gr.Image(label="Image")],
|
46 |
title="Reverie",
|
47 |
-
description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered
|
48 |
allow_flagging="never",
|
49 |
examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
|
50 |
|
|
|
44 |
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
45 |
outputs=[gr.Image(label="Image")],
|
46 |
title="Reverie",
|
47 |
+
description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
|
48 |
allow_flagging="never",
|
49 |
examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
|
50 |
|