bigmed@bigmed commited on
Commit
3b55855
1 Parent(s): f5835dc

update website line to empty waiting for website deployment

Browse files
Files changed (1) hide show
  1. MED_VQA_Huggyface_Gradio.py +2 -1
MED_VQA_Huggyface_Gradio.py CHANGED
@@ -169,7 +169,8 @@ title = "Vision–Language Model for Visual Question Answering in Medical Imager
169
  description = "Y Bazi, MMA Rahhal, L Bashmal, M Zuair. <a href='https://www.mdpi.com/2306-5354/10/3/380' target='_blank'> Vision–Language Model for Visual Question Answering in Medical Imagery</a>. Bioengineering, 2023<br><br>"\
170
  "Gradio Demo for VQA medical model trained on PathVQA dataset, To use it, upload your image and type a question and click 'submit', or click one of the examples to load them." \
171
  ### link to paper and github code
172
- article = "<p style='text-align: center'><a href='https://www.mdpi.com/2306-5354/10/3/380' target='_blank'>BigMed@ai</a></p>"
 
173
 
174
  interface = gr.Interface(fn=infer_answer_question,
175
  inputs=[image, question],
 
169
  description = "Y Bazi, MMA Rahhal, L Bashmal, M Zuair. <a href='https://www.mdpi.com/2306-5354/10/3/380' target='_blank'> Vision–Language Model for Visual Question Answering in Medical Imagery</a>. Bioengineering, 2023<br><br>"\
170
  "Gradio Demo for VQA medical model trained on PathVQA dataset, To use it, upload your image and type a question and click 'submit', or click one of the examples to load them." \
171
  ### link to paper and github code
172
+ website = ""
173
+ article = f"<p style='text-align: center'><a href='{website}' target='_blank'>BigMed@KSU</a></p>"
174
 
175
  interface = gr.Interface(fn=infer_answer_question,
176
  inputs=[image, question],