THEODOROS commited on
Commit
59c9e51
·
1 Parent(s): 4477148

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -234,10 +234,10 @@ layout = gr.outputs.Text(label='Layout Coordinates')
234
 
235
  iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
236
  outputs=[generated, layout],
237
- #css=custom_css,
238
  theme="default",
239
  allow_flagging='never',
240
  allow_screenshot=False,
241
- #thumbnail="thumbnail_gradio.PNG")
242
 
243
  iface.launch(enable_queue=True)
 
234
 
235
  iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
236
  outputs=[generated, layout],
237
+ css=custom_css,
238
  theme="default",
239
  allow_flagging='never',
240
  allow_screenshot=False,
241
+ thumbnail="thumbnail_gradio.PNG")
242
 
243
  iface.launch(enable_queue=True)