Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
basyx
/
Whisper
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Whisper
/
utils
/
zoom_tracker.py
basyx
Create zoom_tracker.py
19e7f63
verified
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
204 Bytes
def
zoom_intensity
(
score
):
"""
Maps viral score to zoom level
"""
if
score >
80
:
return
1.2
# aggressive zoom
elif
score >
50
:
return
1.1
else
:
return
1.0