Ramji commited on
Commit
2cd12b0
·
verified ·
1 Parent(s): 28efbf9

path update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,6 +146,6 @@ if question:
146
  if uploaded_image and question:
147
  st.write("Processing the image and question...")
148
 
149
- output = prediction(intern_model, image_file, question)
150
 
151
  st.write("Model output: This is where the answer will appear.")
 
146
  if uploaded_image and question:
147
  st.write("Processing the image and question...")
148
 
149
+ output = prediction(intern_model, image_path, question)
150
 
151
  st.write("Model output: This is where the answer will appear.")