Update app.py
Browse files
app.py
CHANGED
@@ -28,11 +28,7 @@ if __name__ == '__main__':
|
|
28 |
# print("pnpm installed OK.")
|
29 |
|
30 |
# # Clone the Gradio BBox repository
|
31 |
-
|
32 |
-
|
33 |
-
# Change into the cloned repository directory
|
34 |
-
# os.system("cd gradio-bbox")
|
35 |
-
|
36 |
# Build frontend
|
37 |
os.system("bash gradio-bbox/scripts/build_frontend.sh")
|
38 |
|
|
|
28 |
# print("pnpm installed OK.")
|
29 |
|
30 |
# # Clone the Gradio BBox repository
|
31 |
+
os.system("git clone https://github.com/chencn2020/gradio-bbox.git")
|
|
|
|
|
|
|
|
|
32 |
# Build frontend
|
33 |
os.system("bash gradio-bbox/scripts/build_frontend.sh")
|
34 |
|