Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ import subprocess
|
|
3 |
import os
|
4 |
import spaces
|
5 |
|
6 |
-
os.system("pip install -r requirements.txt")
|
7 |
-
|
8 |
def get_file_size(file_path):
|
9 |
"""Get file size in a human-readable format"""
|
10 |
if not file_path or not os.path.exists(file_path):
|
|
|
3 |
import os
|
4 |
import spaces
|
5 |
|
|
|
|
|
6 |
def get_file_size(file_path):
|
7 |
"""Get file size in a human-readable format"""
|
8 |
if not file_path or not os.path.exists(file_path):
|