Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
fn=generate_image,
|
51 |
inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
|
52 |
outputs="image",
|
53 |
-
title="
|
54 |
description="Make designs for your clothes",
|
55 |
examples=[["Cute Panda"], ["Skull"]]
|
56 |
)
|
|
|
50 |
fn=generate_image,
|
51 |
inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
|
52 |
outputs="image",
|
53 |
+
title="Clothe Designs to use in our img2img model",
|
54 |
description="Make designs for your clothes",
|
55 |
examples=[["Cute Panda"], ["Skull"]]
|
56 |
)
|