awacke1 commited on
Commit
0005f05
1 Parent(s): 25d3a18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def predict(prompt, guidance, steps, seed=1231231):
91
 
92
  # Save the image
93
  if len(results.images) > 0:
94
- image_path = os.path.join("path_to_save", filename) # Specify your directory
95
  results.images[0].save(image_path)
96
  gr.Markdown(f"#Image saved as {image_path}")
97
 
 
91
 
92
  # Save the image
93
  if len(results.images) > 0:
94
+ image_path = os.path.join("", filename) # Specify your directory
95
  results.images[0].save(image_path)
96
  gr.Markdown(f"#Image saved as {image_path}")
97