gregH commited on
Commit
556cc87
1 Parent(s): 1fd7677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def set_seed(_hashed_seed):
46
  torch.cuda.manual_seed_all(_hashed_seed)
47
 
48
 
49
- set_seed(0)
50
 
51
 
52
  print(f"Starting to load the model to memory")
 
46
  torch.cuda.manual_seed_all(_hashed_seed)
47
 
48
 
49
+ set_seed(13)
50
 
51
 
52
  print(f"Starting to load the model to memory")