Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
generator = Text2Image(
|
6 |
img_height=512,
|
7 |
-
img_width=
|
8 |
jit_compile=False)
|
9 |
|
10 |
def txt2img(prompt, guide, steps, Temp):
|
|
|
4 |
|
5 |
generator = Text2Image(
|
6 |
img_height=512,
|
7 |
+
img_width=512,
|
8 |
jit_compile=False)
|
9 |
|
10 |
def txt2img(prompt, guide, steps, Temp):
|