Spaces:
Runtime error
Runtime error
sidharthism
commited on
Commit
•
9baab76
1
Parent(s):
e0c7c25
Update app.py
Browse files
app.py
CHANGED
@@ -185,4 +185,4 @@ inputs = [seed1, seed2, content, style, truncation,
|
|
185 |
description = "Change the seed number to generate different parent design."
|
186 |
|
187 |
gr.Interface(generate_image, inputs, [
|
188 |
-
"image", "image"], description=description, live=True, title="
|
|
|
185 |
description = "Change the seed number to generate different parent design."
|
186 |
|
187 |
gr.Interface(generate_image, inputs, [
|
188 |
+
"image", "image"], description=description, live=True, title="").launch()
|