Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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
|
| 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
|
| 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():
|