JaphetHernandez commited on
Commit
9e42da1
·
verified ·
1 Parent(s): f29c296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import streamlit as st
3
  from huggingface_hub import login
4
  import pandas as pd
5
  from threading import Thread
 
6
 
7
  # Token Secret of Hugging Face
8
  huggingface_token = st.secrets["HUGGINGFACEHUB_API_TOKEN"]
 
3
  from huggingface_hub import login
4
  import pandas as pd
5
  from threading import Thread
6
+ import accelerate
7
 
8
  # Token Secret of Hugging Face
9
  huggingface_token = st.secrets["HUGGINGFACEHUB_API_TOKEN"]