Update app.py
Browse files
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
|
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._
|