Spaces:
Sleeping
Sleeping
Share is not allowed in prod.
Browse files
app.py
CHANGED
@@ -275,4 +275,4 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
|
|
275 |
thumbnail="thumbnail_gradio.PNG",
|
276 |
examples=examples)
|
277 |
|
278 |
-
iface.launch(enable_queue=True
|
|
|
275 |
thumbnail="thumbnail_gradio.PNG",
|
276 |
examples=examples)
|
277 |
|
278 |
+
iface.launch(enable_queue=True)
|