Ahsen Khaliq commited on
Commit
91c4b01
1 Parent(s): 369ce3c

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.5.3")
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.4.6")
8
  os.system("pip freeze")
9
  from huggingface_hub import hf_hub_download
10
  os.system("pip -qq install facenet_pytorch")