Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
awacke1/Chatty-Cortex
awacke1
/
AIHumanBody
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Dec 6, 2023
Commit
3fb45c5
·
1 Parent(s):
0bc666d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -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