Skip to content

Commit

Permalink
refactor: improve comment formatting for request headers (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliadi authored Feb 24, 2025
1 parent fca43ea commit d954a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
INCREDIBLY_FAST_WHISPER = "vaibhavs10/incredibly-fast-whisper"
WHISPER = "openai/whisper"

# Headers for requests https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome
# Headers for requests
# https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome
headers = {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36",
}
Expand Down

0 comments on commit d954a59

Please sign in to comment.