Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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,
|