Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
haakohu
/
DeepPrivacy
like
24
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
haakohu
commited on
Jan 13, 2022
Commit
35a1953
·
1 Parent(s):
5cf22b3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import os
2
import gradio
3
import numpy as np
4
import torch
1
import os
2
+
os.system("pip install git+https://www.github.com/hukkelas/DeepPrivacy")
3
import gradio
4
import numpy as np
5
import torch