mostafa-sh commited on
Commit
a0961ba
·
1 Parent(s): cc81ecf

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -54,12 +54,6 @@ adapter_path = HOME + "/LLaMA-TOMMI-1.0/"
54
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
55
  base_model_path_3B = "meta-llama/Llama-3.2-3B-Instruct"
56
 
57
-
58
- # base_path = "data/"
59
- # base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
60
- # base_model_path_3B = "meta-llama/Llama-3.2-3B-Instruct"
61
- # adapter_path = "./LLaMA-TOMMI-1.0/"
62
-
63
  st.title(":red[AI University] :gray[/] FEM")
64
  # st.markdown("### Finite Element Method")
65
  st.markdown("Welcome to :red[AI University]—an AI-powered platform designed to address scientific course queries, dynamically adapting to instructors' teaching styles and students' learning needs. This prototype demonstrates the capabilities of the AI University platform by providing expert answers to queries related to a graduate-level :red[Finite Element Method (FEM)] course")
 
54
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
55
  base_model_path_3B = "meta-llama/Llama-3.2-3B-Instruct"
56
 
 
 
 
 
 
 
57
  st.title(":red[AI University] :gray[/] FEM")
58
  # st.markdown("### Finite Element Method")
59
  st.markdown("Welcome to :red[AI University]—an AI-powered platform designed to address scientific course queries, dynamically adapting to instructors' teaching styles and students' learning needs. This prototype demonstrates the capabilities of the AI University platform by providing expert answers to queries related to a graduate-level :red[Finite Element Method (FEM)] course")