Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ import os
|
|
| 17 |
|
| 18 |
current_directory = os.getcwd()
|
| 19 |
print(f'current_directory is = {current_directory}')
|
| 20 |
-
new_directory_name = os.environ['GRADIO_TEMP_DIR']
|
| 21 |
|
| 22 |
# Constructing the path to the new directory
|
| 23 |
new_directory_path = os.path.join(current_directory, new_directory_name)
|
|
|
|
| 17 |
|
| 18 |
current_directory = os.getcwd()
|
| 19 |
print(f'current_directory is = {current_directory}')
|
| 20 |
+
new_directory_name = 'temp_dir' #os.environ['GRADIO_TEMP_DIR']
|
| 21 |
|
| 22 |
# Constructing the path to the new directory
|
| 23 |
new_directory_path = os.path.join(current_directory, new_directory_name)
|