Update stable_cascade.py
Browse files- stable_cascade.py +1 -0
stable_cascade.py
CHANGED
|
@@ -173,4 +173,5 @@ def web_demo():
|
|
| 173 |
text2image_decoder_inference_step
|
| 174 |
],
|
| 175 |
outputs=output_image_base64,
|
|
|
|
| 176 |
)
|
|
|
|
| 173 |
text2image_decoder_inference_step
|
| 174 |
],
|
| 175 |
outputs=output_image_base64,
|
| 176 |
+
api_name='run',
|
| 177 |
)
|