Spaces:
Running on Zero
Running on Zero
Ahsen Khaliq commited on
Commit ·
10c2025
1
Parent(s): cad8161
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.5.3")
|
| 8 |
os.system("pip freeze")
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
os.system("pip -qq install facenet_pytorch")
|