integrated biomedllama
Browse files
app.py
CHANGED
@@ -378,13 +378,13 @@ with gr.Blocks() as demo:
|
|
378 |
)
|
379 |
|
380 |
# Examples section - Fixed version
|
381 |
-
gr.Examples(
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
)
|
388 |
|
389 |
# Connect the submit button to the process_image function
|
390 |
submit_btn.click(
|
|
|
378 |
)
|
379 |
|
380 |
# Examples section - Fixed version
|
381 |
+
# gr.Examples(
|
382 |
+
# examples=IMAGE_PROCESSING_EXAMPLES,
|
383 |
+
# inputs=[image_input, prompt_input],
|
384 |
+
# outputs=[output_gallery, analysis_output, detected_modality],
|
385 |
+
# fn=process_image,
|
386 |
+
# cache_examples=True,
|
387 |
+
# )
|
388 |
|
389 |
# Connect the submit button to the process_image function
|
390 |
submit_btn.click(
|