Hey, I have created an application for text to speech using elevenlabs
It works perfectly on my local device, but after deployment I am facing API Key issue. As it is a Demo app and I don’t want to add my paid key, I used a free tier key that can’t be used using a vpn or proxy. I don’t know why but my streamlit app is using vpn/proxy.
Here’s the link to my app: https://demottsapp.streamlit.app/
Here’s the link to my repo: PythonDevelopment/TTSDemoAPP/DemoTTSAPP.py at main · AteebHussain2/PythonDevelopment · GitHub
How can I avoid streamlit community cloud from using vpn or proxy on my app?
Here’s is the error caused by streamlit cloud:
Error: 401 - {"detail":{"status":"detected_unusual_activity","message":"Unusual activity detected.
Free Tier usage disabled. If you are using a proxy/VPN you might need to purchase a Paid Plan to not trigger our abuse detectors.
Free Tier only works if users do not abuse it, for example by creating multiple free accounts.
If we notice that many people try to abuse it, we will need to reconsider Free Tier altogether.
Please play fair and purchase any Paid Subscription to continue."}}
Versions I am using:
- Python: 3.10
- Streamlit: 1.38.0