Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -402,7 +402,7 @@ app_css = '''
|
|
402 |
'''
|
403 |
|
404 |
with gr.Blocks(theme="bethecloud/storj_theme", css=app_css, delete_cache=(120, 120)) as web_interface:
|
405 |
-
main_title = gr.HTML("""<h1>Qwen Image
|
406 |
selected_style_index = gr.State(None)
|
407 |
|
408 |
with gr.Row():
|
|
|
402 |
'''
|
403 |
|
404 |
with gr.Blocks(theme="bethecloud/storj_theme", css=app_css, delete_cache=(120, 120)) as web_interface:
|
405 |
+
main_title = gr.HTML("""<h1>Qwen Image LoRA DLC❤️🔥</h1>""", elem_id="title")
|
406 |
selected_style_index = gr.State(None)
|
407 |
|
408 |
with gr.Row():
|