Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def process_image(image):
|
|
| 10 |
shutil.rmtree(output_dir)
|
| 11 |
image.save(input_path)
|
| 12 |
|
| 13 |
-
result = subprocess.run(["python", "TripoSR/run.py", input_path, "--output-dir", output_dir], capture_output=True, text=True)
|
| 14 |
|
| 15 |
print(result.stdout)
|
| 16 |
print(result.stderr)
|
|
|
|
| 10 |
shutil.rmtree(output_dir)
|
| 11 |
image.save(input_path)
|
| 12 |
|
| 13 |
+
result = subprocess.run(["python", "TripoSR/TripoSR/run.py", input_path, "--output-dir", output_dir], capture_output=True, text=True)
|
| 14 |
|
| 15 |
print(result.stdout)
|
| 16 |
print(result.stderr)
|