Update app.py
Browse files
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="/
|
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:
|