AdritRao commited on
Commit
7722556
1 Parent(s): 15d3d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if uploaded_zip_file is not None:
47
  st.pyplot(plt)
48
 
49
  # Run the command
50
- command = f"bin/C2C spine -i {temp_dir}"
51
  st.write("Running command:", command)
52
 
53
  progress_bar = st.progress(0) # Initialize the progress bar
 
47
  st.pyplot(plt)
48
 
49
  # Run the command
50
+ command = f"Comp2Comp-main/bin/C2C spine -i {temp_dir}"
51
  st.write("Running command:", command)
52
 
53
  progress_bar = st.progress(0) # Initialize the progress bar