Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,6 @@ iface = gr.Interface(
|
|
40 |
outputs=gr.Image(),
|
41 |
live=True,
|
42 |
title="Image Generator",
|
43 |
-
layout="vertical",
|
44 |
theme="compact"
|
45 |
)
|
46 |
|
|
|
40 |
outputs=gr.Image(),
|
41 |
live=True,
|
42 |
title="Image Generator",
|
|
|
43 |
theme="compact"
|
44 |
)
|
45 |
|