Raxephion commited on
Commit
590767f
·
verified ·
1 Parent(s): a4c6f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -498,7 +498,7 @@ css = """
498
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo: # Added Soft theme from user's script
499
  gr.Markdown(
500
  """
501
- # CipherCore Stable Diffusion 1.5 Generator
502
  Create images with Stable Diffusion 1.5 using models from Hugging Face Hub.
503
  Choose a model, set your prompts and parameters, and generate!
504
  _Note: 'hire.fix' size option currently generates at 1024x1024._
 
498
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo: # Added Soft theme from user's script
499
  gr.Markdown(
500
  """
501
+ # CipherCore Stable Diffusion 1.5 Gradio WebUI
502
  Create images with Stable Diffusion 1.5 using models from Hugging Face Hub.
503
  Choose a model, set your prompts and parameters, and generate!
504
  _Note: 'hire.fix' size option currently generates at 1024x1024._