haakohu commited on
Commit
ba7275c
·
1 Parent(s): 00cb494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system("pip install git+https://github.com/hukkelas/deep_privacy2@36c2c843cfd3022ebc100e9f8579fb2b82f8bde6")
3
  from collections import defaultdict
4
  import gradio
 
1
  import os
2
+ os.system("pip install --upgrade pip")
3
  os.system("pip install git+https://github.com/hukkelas/deep_privacy2@36c2c843cfd3022ebc100e9f8579fb2b82f8bde6")
4
  from collections import defaultdict
5
  import gradio