Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
Β·
7296f42
1
Parent(s):
97aa6c3
Rename kandinsky-2-2.py to kandinsky-2-1.py
Browse files
kandinsky-2-2.py β kandinsky-2-1.py
RENAMED
@@ -2,10 +2,10 @@
|
|
2 |
import gradio as gr
|
3 |
|
4 |
#title of app
|
5 |
-
title = "π¨βπ Kandinsky 2.
|
6 |
|
7 |
#description of app
|
8 |
-
description = "This space is for generating images from text with the Kandinsky 2.
|
9 |
|
10 |
#article of app
|
11 |
article = """
|
@@ -14,4 +14,4 @@ article = """
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
-
gr.Interface.load("models/kandinsky-community/kandinsky-2-
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
#title of app
|
5 |
+
title = "π¨βπ Kandinsky 2.1"
|
6 |
|
7 |
#description of app
|
8 |
+
description = "This space is for generating images from text with the Kandinsky 2.1 model!"
|
9 |
|
10 |
#article of app
|
11 |
article = """
|
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
+
gr.Interface.load("models/kandinsky-community/kandinsky-2-1", title=title, description=description, article=article).launch()
|