randeom commited on
Commit
b1a6c07
·
verified ·
1 Parent(s): fe28822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_image(prompt):
70
  isImg2Img=False,
71
  img_path=None,
72
  img2img_strength=0.65,
73
- api_name="/run"
74
  )
75
  # Process and display the result
76
  if result:
 
70
  isImg2Img=False,
71
  img_path=None,
72
  img2img_strength=0.65,
73
+ api_name="/predict"
74
  )
75
  # Process and display the result
76
  if result: