Linoy Tsaban commited on
Commit
95bf488
1 Parent(s): 2d52659

Update inversion_utils.py

Browse files
Files changed (1) hide show
  1. inversion_utils.py +1 -1
inversion_utils.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  import yaml
9
  import numpy as np
10
  import gradio as gr
11
- torch.manual_seed(0)
12
 
13
  def load_512(image_path, left=0, right=0, top=0, bottom=0, device=None):
14
  if type(image_path) is str:
 
8
  import yaml
9
  import numpy as np
10
  import gradio as gr
11
+
12
 
13
  def load_512(image_path, left=0, right=0, top=0, bottom=0, device=None):
14
  if type(image_path) is str: