tree3po commited on
Commit
95b4b21
·
verified ·
1 Parent(s): 2874abd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -307,8 +307,6 @@ iface = gr.Interface(fn=retry_prompt_to_layout, inputs=[textbox, creative_slider
307
  css=custom_css,
308
  theme="default",
309
  allow_flagging='never',
310
- allow_screenshot=False,
311
- thumbnail="thumbnail_gradio.PNG",
312
  examples=examples)
313
 
314
  iface.launch(enable_queue=True)
 
307
  css=custom_css,
308
  theme="default",
309
  allow_flagging='never',
 
 
310
  examples=examples)
311
 
312
  iface.launch(enable_queue=True)