Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haakohu
/
DeepPrivacy
like
24
Build error
App
Files
Files
Community
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