Oliver Hahn commited on
Commit
80165f3
·
1 Parent(s): 3c0c356
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import gradio as gr
10
  # set seeds
11
  torch.manual_seed(0)
12
  torch.cuda.manual_seed(0)
13
- np.random.seed(0)
14
- random.seed(0)
15
 
16
 
17
  def gradio_primaps(image_path, threshold, architecture):
 
10
  # set seeds
11
  torch.manual_seed(0)
12
  torch.cuda.manual_seed(0)
13
+ # np.random.seed(0)
14
+ # random.seed(0)
15
 
16
 
17
  def gradio_primaps(image_path, threshold, architecture):