Spaces:
Running
on
Zero
Running
on
Zero
Boboiazumi
commited on
Commit
•
cad8a48
1
Parent(s):
fb019b4
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") 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(
|