Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ print(f"The absolute path of '{directory_name}' is: {absolute_path1}")
|
|
12 |
print(os.environ['GRADIO_TEMP_DIR'])
|
13 |
dir1 = os.environ['GRADIO_TEMP_DIR']
|
14 |
absolute_path1 = os.path.abspath(dir1)
|
15 |
-
print(f"The absolute path of '{dir1}' is: {absolute_path1}")
|
|
|
16 |
|
17 |
def create():
|
18 |
"""
|
|
|
12 |
print(os.environ['GRADIO_TEMP_DIR'])
|
13 |
dir1 = os.environ['GRADIO_TEMP_DIR']
|
14 |
absolute_path1 = os.path.abspath(dir1)
|
15 |
+
print(f"The absolute path of (from ENV VAR) '{dir1}' is: {absolute_path1}")
|
16 |
+
|
17 |
|
18 |
def create():
|
19 |
"""
|