Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks() as demo:
|
|
201 |
label="Generated Image",
|
202 |
image_mode="RGBA",
|
203 |
sources="upload",
|
204 |
-
type="
|
205 |
elem_id="content_image"
|
206 |
)
|
207 |
text_prompt = gr.Textbox(
|
|
|
201 |
label="Generated Image",
|
202 |
image_mode="RGBA",
|
203 |
sources="upload",
|
204 |
+
type="pil",
|
205 |
elem_id="content_image"
|
206 |
)
|
207 |
text_prompt = gr.Textbox(
|