BenBranyon commited on
Commit
f4291f8
1 Parent(s): 9e440e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1 +1,6 @@
1
- import streamlit as st
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ token_hugging_face = "Your token access"
4
+
5
+ headers = {"Authorization": f"Bearer {token_hugging_face}"} #TOKEN HUGGING FACE
6
+ API_URL_RECOGNITION = "https://api-inference.huggingface.co/models/openai/whisper-tiny.en"