Nick088 commited on
Commit
4d1f150
·
verified ·
1 Parent(s): 14fa7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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