Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as demo:
|
|
246 |
)
|
247 |
with gr.Tab("Img2Img"):
|
248 |
with gr.Group():
|
249 |
-
image = gr.
|
250 |
label="Image Input",
|
251 |
)
|
252 |
prompt = gr.Text(
|
|
|
246 |
)
|
247 |
with gr.Tab("Img2Img"):
|
248 |
with gr.Group():
|
249 |
+
image = gr.Image(
|
250 |
label="Image Input",
|
251 |
)
|
252 |
prompt = gr.Text(
|