Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 158 |
|
| 159 |
# Info blob stating what the app is running
|
| 160 |
info_blob = gr.HTML(
|
| 161 |
-
"""<div id="info_blob"> To manifest new Jax-influenced arts via generative model variants trained on her art-works; else a model merging Jax's styles + her favorite artist Unica Zürn's:
|
| 162 |
)
|
| 163 |
selected_index = gr.State(None)
|
| 164 |
with gr.Row():
|
|
|
|
| 158 |
|
| 159 |
# Info blob stating what the app is running
|
| 160 |
info_blob = gr.HTML(
|
| 161 |
+
"""<div id="info_blob"> To manifest new Jax-influenced arts via generative model variants trained on her art-works; else a model merging Jax's styles + her favorite artist Unica Zürn's: 1. CHOOSE a version from gallery below. 2. A mandatory Prompt Template appears: COPY/PASTE it into text box. 3. Add your own suggestions to the PROMPT text. 4. Press GENERATE. </div>"""
|
| 162 |
)
|
| 163 |
selected_index = gr.State(None)
|
| 164 |
with gr.Row():
|