Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -442,9 +442,6 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as dalle:
|
|
442 |
outputs=image_output
|
443 |
)
|
444 |
|
445 |
-
# Add some helpful tips
|
446 |
-
with gr.Accordion("Tips", open=False):
|
447 |
-
|
448 |
|
449 |
print("Launching Gradio interface...")
|
450 |
dalle.launch(show_api=False, share=False)
|
|
|
442 |
outputs=image_output
|
443 |
)
|
444 |
|
|
|
|
|
|
|
445 |
|
446 |
print("Launching Gradio interface...")
|
447 |
dalle.launch(show_api=False, share=False)
|