Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -444,14 +444,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as dalle:
|
|
444 |
|
445 |
# Add some helpful tips
|
446 |
with gr.Accordion("Tips", open=False):
|
447 |
-
|
448 |
-
### Quick Tips:
|
449 |
-
- Use detailed descriptions for better results
|
450 |
-
- Adjust CFG Scale to control how closely the AI follows your prompt
|
451 |
-
- Higher steps generally mean better quality but slower generation
|
452 |
-
- Save seeds of images you like to recreate similar results
|
453 |
-
- Use negative prompts to avoid unwanted elements
|
454 |
-
""")
|
455 |
|
456 |
print("Launching Gradio interface...")
|
457 |
dalle.launch(show_api=False, share=False)
|
|
|
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)
|