Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,6 +117,11 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 117 |
info_blob = gr.HTML(
|
| 118 |
"""<div id="info_blob"> Activist, Futurist, and Realist LoRa-stocked Quick-Use Image Manufactory (over Flux Schnell)</div>"""
|
| 119 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
selected_index = gr.State(None)
|
| 121 |
with gr.Row():
|
| 122 |
with gr.Column(scale=3):
|
|
|
|
| 117 |
info_blob = gr.HTML(
|
| 118 |
"""<div id="info_blob"> Activist, Futurist, and Realist LoRa-stocked Quick-Use Image Manufactory (over Flux Schnell)</div>"""
|
| 119 |
)
|
| 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.retrofuturism </div>"""
|
| 124 |
+
)
|
| 125 |
selected_index = gr.State(None)
|
| 126 |
with gr.Row():
|
| 127 |
with gr.Column(scale=3):
|