Update app.py
Browse files
app.py
CHANGED
@@ -31,13 +31,13 @@ if __name__ == '__main__':
|
|
31 |
# os.system("git clone https://github.com/chencn2020/gradio-bbox.git")
|
32 |
|
33 |
# Change into the cloned repository directory
|
34 |
-
os.system("cd gradio-bbox")
|
35 |
|
36 |
# Build frontend
|
37 |
-
os.system("bash scripts/build_frontend.sh")
|
38 |
|
39 |
# Change back to the previous directory
|
40 |
-
os.system("cd ..")
|
41 |
|
42 |
import argparse
|
43 |
from demo.UI import Main_ui
|
|
|
31 |
# os.system("git clone https://github.com/chencn2020/gradio-bbox.git")
|
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 |
|
39 |
# Change back to the previous directory
|
40 |
+
# os.system("cd ..")
|
41 |
|
42 |
import argparse
|
43 |
from demo.UI import Main_ui
|