Spaces:
Runtime error
Runtime error
Commit
·
a3896d3
1
Parent(s):
66bbbaf
fix
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ p("pip uninstall gradio")
|
|
18 |
p("pip install -e .")
|
19 |
print(os.getcwd())
|
20 |
import sys
|
21 |
-
sys.append(os.getcwd())
|
22 |
os.chdir("..")
|
23 |
|
24 |
"""
|
|
|
18 |
p("pip install -e .")
|
19 |
print(os.getcwd())
|
20 |
import sys
|
21 |
+
sys.path.append(os.getcwd())
|
22 |
os.chdir("..")
|
23 |
|
24 |
"""
|