nostalgebraist commited on
Commit
1022afb
·
1 Parent(s): f17fc25
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def setup():
62
  pipeline = setup()
63
 
64
  def handler(text, ts1, ts2, gs1):
 
65
  # # a = np.random.randint(0, 255, (128, 128, 3)).astype(np.uint8)
66
  # data = {'text': text[:380], 'guidance_scale': gs1}
67
  # args = {k: v for k, v in DIFFUSION_DEFAULTS.items()}
 
62
  pipeline = setup()
63
 
64
  def handler(text, ts1, ts2, gs1):
65
+ pass
66
  # # a = np.random.randint(0, 255, (128, 128, 3)).astype(np.uint8)
67
  # data = {'text': text[:380], 'guidance_scale': gs1}
68
  # args = {k: v for k, v in DIFFUSION_DEFAULTS.items()}