Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ css = '''
|
|
| 138 |
'''
|
| 139 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
| 140 |
title = gr.HTML(
|
| 141 |
-
"""<h1><img src="https://huggingface.co/AlekseyCalvin/StabledHSTorY_SD3.5_LoRA_V2_rank256/
|
| 142 |
elem_id="title",
|
| 143 |
)
|
| 144 |
# Info blob stating what the app is running
|
|
|
|
| 138 |
'''
|
| 139 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
| 140 |
title = gr.HTML(
|
| 141 |
+
"""<h1><img src="https://huggingface.co/AlekseyCalvin/StabledHSTorY_SD3.5_LoRA_V2_rank256/resolve/main/acs62v.png" alt="LoRA">Stabled HSTorY S.D.3.5 LoRAs</h1>""",
|
| 142 |
elem_id="title",
|
| 143 |
)
|
| 144 |
# Info blob stating what the app is running
|