m7mdal7aj commited on
Commit
766fe20
1 Parent(s): 3cac8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ def free_gpu_resources():
29
  pass
30
 
31
  # Sample images (assuming these are paths to your sample images)
32
- sample_images = ["path/to/sample1.jpg", "path/to/sample2.jpg", "path/to/sample3.jpg"]
33
 
34
  # Main function
35
  def main():
@@ -77,7 +77,7 @@ def run_inference():
77
 
78
  def image_qa_and_object_detection():
79
  # Image-based Q&A functionality
80
- st.subheader("Image-based Q&A")
81
  image_qa_app()
82
 
83
  # Object Detection functionality
 
29
  pass
30
 
31
  # Sample images (assuming these are paths to your sample images)
32
+ sample_images = ["Files/sample1.jpg", "Files/sample2.jpg", "Files/sample3.jpg", "Files/sample4.jpg", "Files/sample5.jpg", "Files/sample6.jpg", "Files/sample7.jpg"]
33
 
34
  # Main function
35
  def main():
 
77
 
78
  def image_qa_and_object_detection():
79
  # Image-based Q&A functionality
80
+ st.subheader("Talk to your image")
81
  image_qa_app()
82
 
83
  # Object Detection functionality