AlekseyCalvin commited on
Commit
4cbe834
·
verified ·
1 Parent(s): a4e9a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -148,7 +148,7 @@ css = '''
148
  '''
149
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
150
  title = gr.HTML(
151
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> SOONfactory </h1>""",
152
  elem_id="title",
153
  )
154
  # Info blob stating what the app is running
@@ -158,12 +158,12 @@ 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 create new arts via a generative model variant inspired by a Jax's artworks, or a model merging in the style of her favorite artist Unica Zürn, choose a version below. </div>"""
162
  )
163
  selected_index = gr.State(None)
164
  with gr.Row():
165
  with gr.Column(scale=3):
166
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder="Select LoRa/Style & type prompt!")
167
  with gr.Column(scale=1, elem_id="gen_column"):
168
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
169
  with gr.Row():
 
148
  '''
149
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
150
  title = gr.HTML(
151
+ """<h1><img src="https://huggingface.co/AlekseyCalvin/JAXstyle_Var2_FluxLoRA_BySilverAgePoets/resolve/main/018.jpg" alt="JaxStyle"> JAX art styles </h1>""",
152
  elem_id="title",
153
  )
154
  # Info blob stating what the app is running
 
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():
165
  with gr.Column(scale=3):
166
+ prompt = gr.Textbox(label="Prompt", lines=1, placeholder="Select a Jax Style Variant & type prompt!")
167
  with gr.Column(scale=1, elem_id="gen_column"):
168
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
169
  with gr.Row():