Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def generate_image(prompt, model):
|
|
| 72 |
models = get_models()
|
| 73 |
|
| 74 |
with gr.Blocks(theme="soft") as demo:
|
| 75 |
-
gr.Markdown("""#
|
| 76 |
### Select a model style that matches your desired output
|
| 77 |
""")
|
| 78 |
|
|
|
|
| 72 |
models = get_models()
|
| 73 |
|
| 74 |
with gr.Blocks(theme="soft") as demo:
|
| 75 |
+
gr.Markdown("""# Openimage
|
| 76 |
### Select a model style that matches your desired output
|
| 77 |
""")
|
| 78 |
|