scdrand23 commited on
Commit
f05a0ff
·
1 Parent(s): cf1a596

integrated biomedllama

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -378,13 +378,13 @@ with gr.Blocks() as demo:
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(
 
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(