Spaces:
Sleeping
Sleeping
AlekseyCalvin
commited on
Update app.py
Browse files
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-thru-12: HST style analog film photo; HST autochrome photograph || 13: HST style in Peterhof || 14: LEN Vladimir Lenin || 15: SOTS style || 16: crisp photo || 17: TOK hybrid || 18: 2004 photo || 19: TOK portra || 20: flmft Kodachrome || 21: HST Austin Osman Spare style || 22: polaroid photo || 23: pficonics || 24: wh3r3sw4ld0 || 25: retrofuturism || 26: vintage cover
|
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-thru-12: HST style analog film photo; HST autochrome photograph || 13: HST style in Peterhof || 14: LEN Vladimir Lenin || 15: SOTS style || 16: crisp photo || 17: TOK hybrid || 18: 2004 photo || 19: TOK portra || 20: flmft Kodachrome || 21: HST Austin Osman Spare style || 22: polaroid photo || 23: pficonics || 24: wh3r3sw4ld0 || 25: retrofuturism || 26: vintage cover || </div>"""
|
124 |
)
|
125 |
selected_index = gr.State(None)
|
126 |
with gr.Row():
|