Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,4 +101,4 @@ with demo:
|
|
| 101 |
b2.click(poem_to_image, poem_txt, output_image)
|
| 102 |
#examples=examples
|
| 103 |
|
| 104 |
-
demo.launch(enable_queue=True
|
|
|
|
| 101 |
b2.click(poem_to_image, poem_txt, output_image)
|
| 102 |
#examples=examples
|
| 103 |
|
| 104 |
+
demo.launch(enable_queue=True)
|