Slfagrouche commited on
Commit
22dd9b9
·
verified ·
1 Parent(s): c68af39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from transformers import pipeline, set_access_token
3
 
4
  # Set up the Hugging Face API token
5
 
 
1
  import streamlit as st
2
+ from transformers import pipeline
3
 
4
  # Set up the Hugging Face API token
5