Spaces:
Sleeping
Sleeping
path update
Browse files
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,
|
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.")
|