Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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")
|