carolanderson commited on
Commit
62090fa
·
1 Parent(s): 887a2c0

add link to model card

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -65,5 +65,10 @@ if __name__ == "__main__":
65
  + "</div>"
66
  )
67
  gr.HTML(html_3)
 
 
 
 
 
68
 
69
  demo.launch()
 
65
  + "</div>"
66
  )
67
  gr.HTML(html_3)
68
+ gr.Markdown("To use this model yourself, see the "
69
+ "[model card.](https://huggingface.co/carolanderson/roberta-base-food-ner)")
70
+
71
+
72
+
73
 
74
  demo.launch()