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