Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -262,9 +262,8 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
|
|
262 |
outputs=[generated],
|
263 |
css=custom_css,
|
264 |
theme="default",
|
265 |
-
allow_flagging=
|
266 |
allow_screenshot=False,
|
267 |
-
thumbnail="thumbnail_gradio.PNG"
|
268 |
-
enable_queue=True)
|
269 |
|
270 |
-
iface.launch()
|
|
|
262 |
outputs=[generated],
|
263 |
css=custom_css,
|
264 |
theme="default",
|
265 |
+
allow_flagging='never',
|
266 |
allow_screenshot=False,
|
267 |
+
thumbnail="thumbnail_gradio.PNG")
|
|
|
268 |
|
269 |
+
iface.launch(enable_queue=True)
|