Manjushri commited on
Commit
5547b3f
1 Parent(s): 2409049

Update app.py

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