THEODOROS commited on
Commit
1ee4a39
·
1 Parent(s): 5e32977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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=False,
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)