Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 238 |
theme="default",
|
| 239 |
allow_flagging='never',
|
| 240 |
allow_screenshot=False,
|
| 241 |
-
|
| 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)
|