Update app.py
Browse files
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 ..")
|