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

Update app.py

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