ovi054 commited on
Commit
c2417b1
·
verified ·
1 Parent(s): 9d3d1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()