Spaces:
Running
on
L4
Running
on
L4
Commit
·
ebd213f
1
Parent(s):
737a09d
update model path
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ st.markdown("""
|
|
35 |
# ---------------------------------------
|
36 |
base_path = "data/"
|
37 |
base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
38 |
-
adapter_path = "./LLaMA-TOMMI-1.0
|
39 |
|
40 |
st.title(":red[AI University] :gray[/] FEM")
|
41 |
# st.markdown("### Finite Element Method")
|
|
|
35 |
# ---------------------------------------
|
36 |
base_path = "data/"
|
37 |
base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
38 |
+
adapter_path = "./LLaMA-TOMMI-1.0/"
|
39 |
|
40 |
st.title(":red[AI University] :gray[/] FEM")
|
41 |
# st.markdown("### Finite Element Method")
|