K00B404 commited on
Commit
276eaa0
·
verified ·
1 Parent(s): 4b58459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,7 +9,9 @@ os.system("ls ip_adapter")
9
 
10
  from generate_consistent import IPAdapterRunner
11
  from flux_client_wrapper import FluxImageGenerator
12
- os.system("sudo apt install tree")
 
 
13
  os.system("tree -d")
14
 
15
 
 
9
 
10
  from generate_consistent import IPAdapterRunner
11
  from flux_client_wrapper import FluxImageGenerator
12
+
13
+ os.system("apt install tree")
14
+
15
  os.system("tree -d")
16
 
17