fantaxy commited on
Commit
ee7a3b6
·
verified ·
1 Parent(s): 6f633b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
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
- gr.Markdown("""
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)