SkalskiP commited on
Commit
3262691
1 Parent(s): f0e8d1f

try to make it work with ZERO

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def process(input_image_editor, input_text, progress=gr.Progress(track_tqdm=True
33
  gr.Info("Please draw a mask on the image.")
34
  return None
35
 
36
- generator = torch.Generator().manual_seed(42)
37
  return pipe(
38
  prompt=input_text,
39
  image=image,
 
33
  gr.Info("Please draw a mask on the image.")
34
  return None
35
 
 
36
  return pipe(
37
  prompt=input_text,
38
  image=image,