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