AlekseyCalvin commited on
Commit
56cc718
·
verified ·
1 Parent(s): ff434f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 1. CHOOSE a version below. 2. A Prompt guide appears: COPY/PASTE it into text box. 3. Add your own suggestions to the PROMPT & GENERATE. </div>"""
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():