m7mdal7aj commited on
Commit
9e13523
1 Parent(s): 1a7a04d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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