ysharma HF Staff commited on
Commit
2572a3e
·
verified ·
1 Parent(s): cf89b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ import os
11
 
12
  # Access the environment variable
13
  os.environ['GRADIO_TEMP_DIR'] = 'temp_dir'
14
- print(f'GRADIO_TEMP_DIR is = {os.environ['GRADIO_TEMP_DIR']}')
 
15
 
16
  current_directory = os.getcwd()
17
  print(f'current_directory is = {os.environ['current_directory']}')
 
11
 
12
  # Access the environment variable
13
  os.environ['GRADIO_TEMP_DIR'] = 'temp_dir'
14
+ gradio_temp_dir = os.environ['GRADIO_TEMP_DIR']
15
+ print(f'GRADIO_TEMP_DIR is = {gradio_temp_dir}')
16
 
17
  current_directory = os.getcwd()
18
  print(f'current_directory is = {os.environ['current_directory']}')