K00B404 commited on
Commit
ac5d311
·
verified ·
1 Parent(s): 1b1ccc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with tabs[0]:
50
  # Simulate the image generation process
51
  try:
52
  # Replace with your own API call
53
- result = {"image_path": "sample_image.png", "generated_seed": seed}
54
 
55
  image_path = result['image_path']
56
  image = Image.open(image_path)
 
50
  # Simulate the image generation process
51
  try:
52
  # Replace with your own API call
53
+ result = {"image_path": "image.png", "generated_seed": seed}
54
 
55
  image_path = result['image_path']
56
  image = Image.open(image_path)