Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghosthamlet
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
54b504b
test2
/
app.py
ghosthamlet
Rename raft.py to app.py
54b504b
almost 2 years ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
requests
res = requests.get(
'https://www.dropbox.com/s/4j4z58wuv8o0mfz/models.zip'
)
with
open
(
'tmp.zip'
,
'wb'
)
as
f:
f.write(res.content)