Ahsen Khaliq commited on
Commit
db8370c
·
1 Parent(s): 783c192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ pystuck.run_server()
4
 
5
 
6
  import os
 
7
  os.system("pip freeze")
8
  from huggingface_hub import hf_hub_download
9
  os.system("pip -qq install facenet_pytorch")
 
4
 
5
 
6
  import os
7
+ os.system("pip install gradio==2.7.0")
8
  os.system("pip freeze")
9
  from huggingface_hub import hf_hub_download
10
  os.system("pip -qq install facenet_pytorch")