Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,8 @@ demo = gr.Interface(
|
|
| 102 |
fn=generate,
|
| 103 |
inputs=gr.Textbox(label="Prompt"),
|
| 104 |
outputs=gr.Image(label="Generated Image"),
|
| 105 |
-
title="Z-Image Turbo GGUF (CPU)"
|
|
|
|
| 106 |
)
|
| 107 |
|
| 108 |
demo.launch()
|
|
|
|
| 102 |
fn=generate,
|
| 103 |
inputs=gr.Textbox(label="Prompt"),
|
| 104 |
outputs=gr.Image(label="Generated Image"),
|
| 105 |
+
title="Z-Image Turbo GGUF (CPU)",
|
| 106 |
+
queue=True,
|
| 107 |
)
|
| 108 |
|
| 109 |
demo.launch()
|