Manjushri commited on
Commit
c25d311
1 Parent(s): 6d2bdb7

Update app.py

Browse files

Testing JIT speed

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import modin.pandas as pd
6
  generator = Text2Image(
7
  img_height=512,
8
  img_width=512,
9
- jit_compile=True)
10
 
11
  def txt2img(prompt, guide, steps, Temp):
12
  img = generator.generate(prompt,
 
6
  generator = Text2Image(
7
  img_height=512,
8
  img_width=512,
9
+ jit_compile=False)
10
 
11
  def txt2img(prompt, guide, steps, Temp):
12
  img = generator.generate(prompt,