AlekseyCalvin commited on
Commit
ad820de
1 Parent(s): 4ef5a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
143
 
144
  # Info blob stating what the app is running
145
  info_blob = gr.HTML(
146
- """<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>"""
147
  )
148
  selected_index = gr.State(None)
149
  with gr.Row():
 
143
 
144
  # Info blob stating what the app is running
145
  info_blob = gr.HTML(
146
+ """<div id="info_blob">Prephrase prompts w/: 1-3. HST style 4.RCA style 5.TOK hybrid 6.2004 photo 7.HST style 8.LEN Vladimir Lenin 9.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>"""
147
  )
148
  selected_index = gr.State(None)
149
  with gr.Row():