prithivMLmods commited on
Commit
8048e35
·
verified ·
1 Parent(s): cb494fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Style Showcase ❤️‍🔥</h1>""", elem_id="title")
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():