AustingDong
commited on
Commit
·
fab7ddf
1
Parent(s):
1c2e418
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def model_slider_change(model_type):
|
|
209 |
model_utils = LLaVA_Utils()
|
210 |
vl_gpt, tokenizer = model_utils.init_LLaVA()
|
211 |
language_model_max_layer = 32
|
212 |
-
language_model_best_layer =
|
213 |
|
214 |
res = (
|
215 |
gr.Dropdown(choices=["Visualization only", "answer + visualization"], value="Visualization only", label="response_type"),
|
|
|
209 |
model_utils = LLaVA_Utils()
|
210 |
vl_gpt, tokenizer = model_utils.init_LLaVA()
|
211 |
language_model_max_layer = 32
|
212 |
+
language_model_best_layer = 10
|
213 |
|
214 |
res = (
|
215 |
gr.Dropdown(choices=["Visualization only", "answer + visualization"], value="Visualization only", label="response_type"),
|