Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
szk2024
/
space_a
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
szk2024
commited on
12 days ago
Commit
b01567b
·
verified
·
1 Parent(s):
99ea938
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
# load_evil_pickle.py
2
+
import pickle
3
+
from huggingface_hub import InferenceClient
4
+
5
+
if __name__ == "__main__":
6
+
client = InferenceClient("szk2024/test")