Spaces:
Running
on
Zero
Running
on
Zero
khang119966
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -169,18 +169,7 @@ We currently only support one image at the start of the context! Please start a
|
|
169 |
yield generated_text_without_prompt
|
170 |
|
171 |
CSS ="""
|
172 |
-
#
|
173 |
-
# #component-3 {
|
174 |
-
# height: 90dvh !important;
|
175 |
-
# transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
|
176 |
-
# border-style: solid;
|
177 |
-
# overflow: hidden;
|
178 |
-
# flex-grow: 1;
|
179 |
-
# min-width: min(160px, 100%);
|
180 |
-
# border-width: var(--block-border-width);
|
181 |
-
# }
|
182 |
-
# }
|
183 |
-
#component-3 {
|
184 |
height: 70dvh !important;
|
185 |
transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
|
186 |
border-style: solid;
|
@@ -253,6 +242,6 @@ demo = gr.ChatInterface(
|
|
253 |
multimodal=True,
|
254 |
css=CSS,
|
255 |
js=js,
|
256 |
-
theme='
|
257 |
)
|
258 |
demo.queue().launch()
|
|
|
169 |
yield generated_text_without_prompt
|
170 |
|
171 |
CSS ="""
|
172 |
+
#component-10 {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
height: 70dvh !important;
|
174 |
transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
|
175 |
border-style: solid;
|
|
|
242 |
multimodal=True,
|
243 |
css=CSS,
|
244 |
js=js,
|
245 |
+
theme='NoCrypt/miku'
|
246 |
)
|
247 |
demo.queue().launch()
|