Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
91c4b01
1
Parent(s):
369ce3c
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ pystuck.run_server()
|
|
4 |
|
5 |
|
6 |
import os
|
7 |
-
os.system("pip install gradio==2.
|
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")
|