Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#14
by
MaziyarPanahi
- opened
app.py
CHANGED
@@ -13,8 +13,7 @@ import requests
|
|
13 |
|
14 |
CSS ="""
|
15 |
.container { display: flex; flex-direction: column; height: 500vh; }
|
16 |
-
#
|
17 |
-
#chatbot { flex-grow: 1; height: 500px; }
|
18 |
"""
|
19 |
|
20 |
model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
|
|
|
13 |
|
14 |
CSS ="""
|
15 |
.container { display: flex; flex-direction: column; height: 500vh; }
|
16 |
+
#chatbot { flex-grow: 1; }
|
|
|
17 |
"""
|
18 |
|
19 |
model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
|