Zevin2023 commited on
Commit
a4ba333
1 Parent(s): 5de8395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,9 +36,9 @@ if __name__ == '__main__':
36
  # print("pnpm installed OK.")
37
 
38
  # # Clone the Gradio BBox repository
39
- os.system("git clone https://github.com/chencn2020/gradio-bbox.git")
40
  # Build frontend
41
- os.system("bash gradio-bbox/scripts/build_frontend.sh")
42
 
43
  # Change back to the previous directory
44
  # os.system("cd ..")
 
36
  # print("pnpm installed OK.")
37
 
38
  # # Clone the Gradio BBox repository
39
+ # os.system("git clone https://github.com/chencn2020/gradio-bbox.git")
40
  # Build frontend
41
+ # os.system("bash gradio-bbox/scripts/build_frontend.sh")
42
 
43
  # Change back to the previous directory
44
  # os.system("cd ..")