Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,8 @@ from enum import Enum
|
|
| 22 |
import os
|
| 23 |
from subprocess import call
|
| 24 |
os.environ["GRADIO_TEMP_DIR"] = os.path.join(os.getcwd(), "tmp")
|
| 25 |
-
|
|
|
|
| 26 |
@spaces.GPU
|
| 27 |
# Installing dependencies not in requirements.txt
|
| 28 |
def install_add_dependencies():
|
|
|
|
| 22 |
import os
|
| 23 |
from subprocess import call
|
| 24 |
os.environ["GRADIO_TEMP_DIR"] = os.path.join(os.getcwd(), "tmp")
|
| 25 |
+
cwd = os.getcwd()
|
| 26 |
+
print("Current working directory:", cwd)
|
| 27 |
@spaces.GPU
|
| 28 |
# Installing dependencies not in requirements.txt
|
| 29 |
def install_add_dependencies():
|