shpotes commited on
Commit
b191987
β€’
1 Parent(s): 7cacc39

maybe it does not support emojis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def score_image_caption_pair(uploaded_file, text_input):
64
  image = gr.inputs.Image(shape=(299, 299))
65
  iface = gr.Interface(
66
  fn=score_image_caption_pair, inputs=[image, "text"], outputs=["label"], allow_flagging=False,
67
- title="Your personal TA πŸ‘©β€βš•οΈ",
68
  description="""
69
  The purpose of this demo is to help medical students measure their diagnostic capabilities in purely academic settings. <br>
70
  Under no circumstances should it be used to make a self-diagnosis or confront a real doctor.
 
64
  image = gr.inputs.Image(shape=(299, 299))
65
  iface = gr.Interface(
66
  fn=score_image_caption_pair, inputs=[image, "text"], outputs=["label"], allow_flagging=False,
67
+ title="Your personal TA",
68
  description="""
69
  The purpose of this demo is to help medical students measure their diagnostic capabilities in purely academic settings. <br>
70
  Under no circumstances should it be used to make a self-diagnosis or confront a real doctor.