Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
6 |
# copies of the Software, and to permit persons to whom the Software is
|
7 |
#import spaces
|
8 |
-
|
9 |
import os
|
10 |
subprocess.run(['sh', './spaces.sh'])
|
11 |
|
|
|
5 |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
6 |
# copies of the Software, and to permit persons to whom the Software is
|
7 |
#import spaces
|
8 |
+
import subprocess
|
9 |
import os
|
10 |
subprocess.run(['sh', './spaces.sh'])
|
11 |
|