AkiKagura commited on
Commit
5ed3d43
1 Parent(s): c4cbaf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def infer(source_img, prompt, guide, steps, seed, strength):
48
 
49
  print("done")
50
 
51
- title="Marco Generation Img2ing"
52
  description="<p style='text-align: center;'>Upload your image and input 'mkmk woman' to get Marco image. <br />Warning: Slow process... about 10 min inference time.</p>"
53
 
54
  gr.Interface(fn=infer, inputs=[source_img,
 
48
 
49
  print("done")
50
 
51
+ title="Marco Generation Img2img"
52
  description="<p style='text-align: center;'>Upload your image and input 'mkmk woman' to get Marco image. <br />Warning: Slow process... about 10 min inference time.</p>"
53
 
54
  gr.Interface(fn=infer, inputs=[source_img,