ysharma HF Staff commited on
Commit
568020a
·
verified ·
1 Parent(s): 89d1d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)