zliang commited on
Commit
6e1a1ed
1 Parent(s): 8705301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -25,8 +25,7 @@ from PIL import Image
25
  from streamlit_chat import message
26
 
27
  # Load the trained model
28
- model = YOLO("runs\\detect\\train7\\weights\\best.pt")
29
- openai_api_key = "sk-proj-J7kj0kbG1m0eIMPWMdjoT3BlbkFJqwZNqQeOYJ9UH6I0efPi"
30
 
31
  # Define the class indices for figures, tables, and text
32
  figure_class_index = 4
 
25
  from streamlit_chat import message
26
 
27
  # Load the trained model
28
+
 
29
 
30
  # Define the class indices for figures, tables, and text
31
  figure_class_index = 4