Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,4 +255,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4", css=CSS) as demo:
|
|
| 255 |
outputs=[out_image, seed, out_caption],
|
| 256 |
)
|
| 257 |
|
| 258 |
-
demo.
|
|
|
|
| 255 |
outputs=[out_image, seed, out_caption],
|
| 256 |
)
|
| 257 |
|
| 258 |
+
demo.launch()
|