Soooma commited on
Commit
ad4661b
1 Parent(s): edc2216

Add a HF web reference

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
1
+ #https://huggingface.co/docs/transformers/model_sharing
2
+
3
  import streamlit as st
4
  from transformers import pipeline
5