Spaces:
Runtime error
Runtime error
push
Browse files
app.py
CHANGED
|
@@ -366,7 +366,7 @@ class Run:
|
|
| 366 |
|
| 367 |
image_button.click(text.text_to_image, inputs=image_input, outputs=image_output)
|
| 368 |
|
| 369 |
-
demo.launch(debug=True
|
| 370 |
|
| 371 |
|
| 372 |
if __name__ == '__main__':
|
|
|
|
| 366 |
|
| 367 |
image_button.click(text.text_to_image, inputs=image_input, outputs=image_output)
|
| 368 |
|
| 369 |
+
demo.launch(debug=True)
|
| 370 |
|
| 371 |
|
| 372 |
if __name__ == '__main__':
|