Manjushri commited on
Commit
80acf00
1 Parent(s): de90ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from PIL import Image
3
  import gradio as gr
4
 
5
  generator = Text2Image(
6
- img_height=256,
7
- img_width=256,
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):