Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
-
|
4 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
5 |
|
6 |
#import subprocess
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
+
|
4 |
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
5 |
|
6 |
#import subprocess
|