Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
embedding-benchmark
/
ebr
like
1
Running
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
main
ebr
/
utils
/
http_utils.py
fzliu
Dynamically load sidebar and add closed average (
#5
)
cb288c7
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
requests
def
get
(
url:
str
, params:
str
=
None
, verify:
bool
=
False
):
return
requests.get(url, params, verify=verify)