Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,13 +47,13 @@ if uploaded_zip_file is not None:
|
|
47 |
st.pyplot(plt)
|
48 |
|
49 |
# Run the command
|
50 |
-
command = f"
|
51 |
st.write("Running command:", command)
|
52 |
|
53 |
progress_bar = st.progress(0) # Initialize the progress bar
|
54 |
process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True)
|
55 |
|
56 |
-
command = f"
|
57 |
st.write("Running command:", command)
|
58 |
|
59 |
progress_bar = st.progress(0) # Initialize the progress bar
|
|
|
47 |
st.pyplot(plt)
|
48 |
|
49 |
# Run the command
|
50 |
+
command = f"cd Comp2Comp-main"
|
51 |
st.write("Running command:", command)
|
52 |
|
53 |
progress_bar = st.progress(0) # Initialize the progress bar
|
54 |
process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True)
|
55 |
|
56 |
+
command = f"bin/C2C spine -i {temp_dir}"
|
57 |
st.write("Running command:", command)
|
58 |
|
59 |
progress_bar = st.progress(0) # Initialize the progress bar
|