Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|