pquiggles commited on
Commit
dce75da
·
1 Parent(s): b92731e
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. src/vsp/app/1st_gradio.py +1 -1
requirements.txt CHANGED
@@ -491,4 +491,4 @@ wcwidth==0.2.13
491
  websockets==12.0
492
  yarl==1.11.1
493
 
494
- -e "/home/user/app"
 
491
  websockets==12.0
492
  yarl==1.11.1
493
 
494
+
src/vsp/app/1st_gradio.py CHANGED
@@ -2,7 +2,7 @@
2
  import os
3
 
4
  # Running the 'ls' command using Python's os module to list files in the current directory
5
- print(os.listdir('.'))
6
 
7
 
8
 
 
2
  import os
3
 
4
  # Running the 'ls' command using Python's os module to list files in the current directory
5
+ print(os.listdir('/home/user/app'))
6
 
7
 
8