Spaces:
Running
Running
Update app
Browse files
app.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
|
2 |
import math
|
3 |
import random
|
4 |
from pathlib import Path
|
|
|
1 |
# -*- encoding: utf-8 -*-
|
2 |
+
import os
|
3 |
+
|
4 |
+
os.system('pip install -r requirements.txt')
|
5 |
+
|
6 |
import math
|
7 |
import random
|
8 |
from pathlib import Path
|