Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -173,12 +173,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
173 |
)
|
174 |
# Info blob stating what the app is running
|
175 |
info_blob = gr.HTML(
|
176 |
-
"""<div id="info_blob"> SOON®'s Activist & Futurealist LoRa-stocked Img Manufactory (now running on Ostris' OpenFLUX.1 model + their Fast LoRA co-activated, + using zer0int's fine-tuned CLIP-GmP-ViT-L-14!) </div>"""
|
177 |
)
|
178 |
|
179 |
# Info blob stating what the app is running
|
180 |
info_blob = gr.HTML(
|
181 |
-
"""<div id="info_blob">Prephrase prompts w/: 1
|
182 |
)
|
183 |
selected_index = gr.State(None)
|
184 |
with gr.Row():
|
|
|
173 |
)
|
174 |
# Info blob stating what the app is running
|
175 |
info_blob = gr.HTML(
|
176 |
+
"""<div id="info_blob"> SOON®'s Activist & Futurealist LoRa-stocked Img Manufactory (now running on Ostris' OpenFLUX.1 model + their Fast LoRA co-activated, + using zer0int's fine-tuned CLIP-GmP-ViT-L-14! ('normal' version w/max length of 77 tokens)) </div>"""
|
177 |
)
|
178 |
|
179 |
# Info blob stating what the app is running
|
180 |
info_blob = gr.HTML(
|
181 |
+
"""<div id="info_blob">Prephrase prompts w/: 1-2. HST style autochrome photo |3. RCA style Communist poster |4. SOTS art |5. HST Austin Osman Spare style |6. Mayakovsky |7-8. Tsvetaeva |9. Akhmatova |10. Mandelshtam |11-13. Blok |14. LEN Lenin |15. Trotsky |16. Rosa Luxemburg |17-30. HST style |31. How2Draw |32. Propaganda Poster |33. TOK hybrid |34. 2004 photo |35. Unexpected Photo of |36. flmft |37. Yearbook photo |38. TOK portra |39. pficonics |40. retrofuturism |41. wh3r3sw4ld0 |42. amateur photo shot on phone |43. crisp photo |44-45. IMG_1099.CR2 photo |46. vintage cover art </div>"""
|
182 |
)
|
183 |
selected_index = gr.State(None)
|
184 |
with gr.Row():
|