Spaces:
Sleeping
Sleeping
Update dl.py
Browse files
dl.py
CHANGED
@@ -39,7 +39,7 @@ def show_f(repo,name,token):
|
|
39 |
for d_app in f_ist:
|
40 |
|
41 |
r = requests.get(f'https://huggingface.co/spaces/{repo}/{name}/raw/main/{d_app}')
|
42 |
-
print (r.text)
|
43 |
uid = uuid.uuid4()
|
44 |
|
45 |
sf=d_app.split(".",1)[1]
|
|
|
39 |
for d_app in f_ist:
|
40 |
|
41 |
r = requests.get(f'https://huggingface.co/spaces/{repo}/{name}/raw/main/{d_app}')
|
42 |
+
#print (r.text)
|
43 |
uid = uuid.uuid4()
|
44 |
|
45 |
sf=d_app.split(".",1)[1]
|