nastasiasnk commited on
Commit
5739b16
·
verified ·
1 Parent(s): 2c9b33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import HfFolder
8
  # Set the token using HfFolder (this persists the token)
9
  HfFolder.save_token(HF_TOKEN)
10
 
11
-
12
  from transformers import pipeline, AutoTokenizer, AutoModel
13
  import streamlit as st
14
 
 
8
  # Set the token using HfFolder (this persists the token)
9
  HfFolder.save_token(HF_TOKEN)
10
 
11
+ import transformers
12
  from transformers import pipeline, AutoTokenizer, AutoModel
13
  import streamlit as st
14