AlekseyCalvin commited on
Commit
a36d60b
1 Parent(s): f64d982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
120
 
121
  # Info blob stating what the app is running
122
  info_blob = gr.HTML(
123
- """<div id="info_blob">Prephrase prompts w/: 1.RCA style 2. HST style autochrome 3.TOK hybrid 4.2004 photo 5.HST style 6.TOK portra 7.flmft 8.HST portrait 9.HST in Peterhof 10.photo 11.pficonics 12.wh3r3sw4ld0 13.retrofuturism 14.vintage cover </div>"""
124
  )
125
  selected_index = gr.State(None)
126
  with gr.Row():
 
120
 
121
  # Info blob stating what the app is running
122
  info_blob = gr.HTML(
123
+ """<div id="info_blob">Prephrase prompts w/: 1.RCA style 2. HST style autochrome 3.TOK hybrid 4.2004 photo 5.HST style 6.LEN Vladimir Lenin 7.TOK portra 8.HST portrait 9.flmft 10.HST in Peterhof 11.photo 12.pficonics 13.wh3r3sw4ld0 14.retrofuturism 15.vintage cover </div>"""
124
  )
125
  selected_index = gr.State(None)
126
  with gr.Row():