Fucius commited on
Commit
98d7c93
1 Parent(s): 155dd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
 
6
  print(os.system(f"pwd"))
7
- a = 1/0
8
 
9
  os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
10
  cwd0 = os.getcwd()
 
4
 
5
 
6
  print(os.system(f"pwd"))
7
+
8
 
9
  os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
10
  cwd0 = os.getcwd()