Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def run_inference():
|
|
37 |
kbvqa = prepare_kbvqa_model(your_detection_model) # Replace with your actual detection model
|
38 |
|
39 |
if kbvqa:
|
40 |
-
st.write("Model is ready for inference."
|
41 |
image_qa_app(kbvqa)
|
42 |
|
43 |
|
|
|
37 |
kbvqa = prepare_kbvqa_model(your_detection_model) # Replace with your actual detection model
|
38 |
|
39 |
if kbvqa:
|
40 |
+
st.write("Model is ready for inference.")
|
41 |
image_qa_app(kbvqa)
|
42 |
|
43 |
|