Spaces:
Running
Running
debug
Browse files- utils/config_fabric.py +4 -4
utils/config_fabric.py
CHANGED
@@ -354,13 +354,13 @@ if __name__ == '__main__':
|
|
354 |
shutil.rmtree(path)
|
355 |
|
356 |
# Simulate running the command with a loop and update progress
|
357 |
-
for i in range(95):
|
358 |
-
|
359 |
-
|
360 |
|
361 |
# Run the actual command
|
362 |
result = subprocess.run(command, capture_output=True, text=True)
|
363 |
-
st.write(result.stdout)
|
364 |
st.write("## Results")
|
365 |
|
366 |
# Collect all file paths from the output directory
|
|
|
354 |
shutil.rmtree(path)
|
355 |
|
356 |
# Simulate running the command with a loop and update progress
|
357 |
+
# for i in range(95):
|
358 |
+
# time.sleep(0.2)
|
359 |
+
# progress_bar.progress(i + 1)
|
360 |
|
361 |
# Run the actual command
|
362 |
result = subprocess.run(command, capture_output=True, text=True)
|
363 |
+
st.write("bash results:",result.stdout)
|
364 |
st.write("## Results")
|
365 |
|
366 |
# Collect all file paths from the output directory
|