ysharma HF Staff commited on
Commit
057b04c
·
verified ·
1 Parent(s): ad64176

Update app.py

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