Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def run_inference(prompt, stable_diffusion_model, num_inference_steps, guidance_
|
|
| 35 |
os.system(inference_command)
|
| 36 |
|
| 37 |
# view it in 3d
|
| 38 |
-
os.system(f"python Scripts/to_3d_model.py {filename}")
|
| 39 |
|
| 40 |
|
| 41 |
# Return the generated image and the processed model
|
|
|
|
| 35 |
os.system(inference_command)
|
| 36 |
|
| 37 |
# view it in 3d
|
| 38 |
+
os.system(f"python Scripts/to_3d_model.py '{filename}'")
|
| 39 |
|
| 40 |
|
| 41 |
# Return the generated image and the processed model
|