AlekseyCalvin commited on
Commit
adda7d4
·
verified ·
1 Parent(s): 5a37aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.RCA style 2. HST style autochrome 3. HST style 4.TOK hybrid 5.2004 photo 6.HST style 7.LEN Vladimir Lenin 8.TOK portra 9.HST portrait 10.flmft 11.HST in Peterhof 12.HST Soviet kodachrome 13. SOTS art 14.HST 15.photo 16.pficonics 17.wh3r3sw4ld0 18.retrofuturism 19-24.HST style photo 25.vintage cover </div>"""
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():