Update app.py
Browse files
app.py
CHANGED
@@ -121,20 +121,20 @@ article = "<p style='text-align: center'><a href='https://raw.githubusercontent.
|
|
121 |
#### Image,Prompts examples
|
122 |
examples = [
|
123 |
['images/0801x4.png'],
|
124 |
-
['images/0840x4.png'],
|
125 |
-
['images/0841x4.png'],
|
126 |
-
['images/0870x4.png'],
|
127 |
-
['images/0878x4.png'],
|
128 |
-
['images/0884x4.png'],
|
129 |
-
['images/0900x4.png'],
|
130 |
-
['images/img002x4.png'],
|
131 |
-
['images/img003x4.png'],
|
132 |
-
['images/img004x4.png'],
|
133 |
-
['images/img035x4.png'],
|
134 |
-
['images/img053x4.png'],
|
135 |
-
['images/img064x4.png'],
|
136 |
-
['images/img083x4.png'],
|
137 |
-
['images/img092x4.png'],
|
138 |
]
|
139 |
|
140 |
css = """
|
|
|
121 |
#### Image,Prompts examples
|
122 |
examples = [
|
123 |
['images/0801x4.png'],
|
124 |
+
# ['images/0840x4.png'],
|
125 |
+
# ['images/0841x4.png'],
|
126 |
+
# ['images/0870x4.png'],
|
127 |
+
# ['images/0878x4.png'],
|
128 |
+
# ['images/0884x4.png'],
|
129 |
+
# ['images/0900x4.png'],
|
130 |
+
# ['images/img002x4.png'],
|
131 |
+
# ['images/img003x4.png'],
|
132 |
+
# ['images/img004x4.png'],
|
133 |
+
# ['images/img035x4.png'],
|
134 |
+
# ['images/img053x4.png'],
|
135 |
+
# ['images/img064x4.png'],
|
136 |
+
# ['images/img083x4.png'],
|
137 |
+
# ['images/img092x4.png'],
|
138 |
]
|
139 |
|
140 |
css = """
|