Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
Β·
a34ff32
1
Parent(s):
e8805dc
Update kandinsky-2-1.py
Browse files- kandinsky-2-1.py +1 -1
kandinsky-2-1.py
CHANGED
@@ -14,4 +14,4 @@ article = """
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
-
gr.Interface.load("models/kandinsky-community/kandinsky-2-1", title=title, description=description, article=article).launch()
|
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
+
gr.Interface.load("models/kandinsky-community/kandinsky-2-1", title=title, description=description, article=article, theme = "Soft").launch()
|