Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from datetime import datetime
|
|
| 4 |
import random
|
| 5 |
import os
|
| 6 |
from huggingface_hub import Repository
|
| 7 |
-
random.seed(
|
| 8 |
|
| 9 |
import subprocess
|
| 10 |
# Set Git user information
|
|
|
|
| 4 |
import random
|
| 5 |
import os
|
| 6 |
from huggingface_hub import Repository
|
| 7 |
+
random.seed(324)
|
| 8 |
|
| 9 |
import subprocess
|
| 10 |
# Set Git user information
|