Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osbm
/
prostate158-monai-inference
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osbm
commited on
Aug 1, 2023
Commit
b2a5411
·
1 Parent(s):
3953219
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
3
-
st.write("
hw
")
1
import streamlit as st
2
+
import huggingface_hub as hf_hub
3
4
+
st.write(
st.secrets[
"
HF_TOKEN
"
]
)