Spaces:
Sleeping
Sleeping
BenBranyon
commited on
Commit
•
f4291f8
1
Parent(s):
9e440e8
Update app.py
Browse files
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"
|