Omnibus commited on
Commit
3104dbb
·
1 Parent(s): 268c295

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -1
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]