Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
8101c03
1
Parent(s):
94acd1d
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.TOK hybrid 3.2004 photo 4.TOK portra 5.flmft 6.HST 7.HST in Peterhof 8.TOK photo 9.pficonics 10.wh3r3sw4ld0 11.retrofuturism 12.
|
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.TOK hybrid 3.2004 photo 4.TOK portra 5.flmft 6.HST 7.HST in Peterhof 8.TOK photo 9.pficonics 10.wh3r3sw4ld0 11.retrofuturism 12.vintage cover </div>"""
|
124 |
)
|
125 |
selected_index = gr.State(None)
|
126 |
with gr.Row():
|