Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,6 @@ iface = gr.Interface(
|
|
113 |
gr.Textbox(label="LoRA ID", visible=False), # Hiding the dynamic LoRA input for now
|
114 |
],
|
115 |
outputs=gr.Image(label="output"),
|
116 |
-
title="Wan 2.1 Generator with Two Hard-coded LoRAs",
|
117 |
)
|
118 |
|
119 |
iface.launch()
|
|
|
113 |
gr.Textbox(label="LoRA ID", visible=False), # Hiding the dynamic LoRA input for now
|
114 |
],
|
115 |
outputs=gr.Image(label="output"),
|
|
|
116 |
)
|
117 |
|
118 |
iface.launch()
|