Spaces:
Runtime error
Runtime error
added one example
Browse files
app.py
CHANGED
|
@@ -652,6 +652,12 @@ def main(args):
|
|
| 652 |
["Image_Captioner_Tool", "Relevant_Patch_Zoomer_Tool"],
|
| 653 |
"Lung"],
|
| 654 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 655 |
],
|
| 656 |
inputs=[gr.Textbox(label="Category"), user_image, user_query, enabled_tools, gr.Textbox(label="Reference Answer")],
|
| 657 |
# label="Try these examples with suggested tools."
|
|
|
|
| 652 |
["Image_Captioner_Tool", "Relevant_Patch_Zoomer_Tool"],
|
| 653 |
"Lung"],
|
| 654 |
|
| 655 |
+
[ "Pathology Diagnosis",
|
| 656 |
+
"examples/pathology.jpg",
|
| 657 |
+
"What are the cell types in this image?",
|
| 658 |
+
["Generalist_Solution_Generator_Tool", "Image_Captioner_Tool", "Relevant_Patch_Zoomer_Tool"],
|
| 659 |
+
"Need expert insights."],
|
| 660 |
+
|
| 661 |
],
|
| 662 |
inputs=[gr.Textbox(label="Category"), user_image, user_query, enabled_tools, gr.Textbox(label="Reference Answer")],
|
| 663 |
# label="Try these examples with suggested tools."
|