Manjushri commited on
Commit
86fe1bb
1 Parent(s): 11fc7ee

Update app.py

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