Update app.py
Browse files
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 = ["
|
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("
|
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
|