awacke1 commited on
Commit
3fb45c5
·
1 Parent(s): 0bc666d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
 
1
+ import huggingface_hub
2
+ from huggingface_hub import InferenceClient
3
+
4
  import streamlit as st
5
  import streamlit.components.v1 as components
6