ghuman7 commited on
Commit
6a7b9c9
·
verified ·
1 Parent(s): 08b27af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import requests
 
3
 
4
  API_URL = "https://api-inference.huggingface.co/models/ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition"
5
  headers = {"Authorization": f"Bearer {os.getenv('HF_API_TOKEN')}"}
 
1
  import streamlit as st
2
  import requests
3
+ import os
4
 
5
  API_URL = "https://api-inference.huggingface.co/models/ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition"
6
  headers = {"Authorization": f"Bearer {os.getenv('HF_API_TOKEN')}"}