R
Runpod•7mo ago
emre570

RunPod Deploy Streamlit App

Hello folks, I have a Streamlit app and I want to use this app from anywhere like a website. I use Whisper model for STT, and Gemma 3 LLM locally with Ollama. I use these models with LangChain and have web UI with Streamlit. This app is a prototype. What I want to do is; I want to serve this app and show some people. How do I do it? What should I use? I can be more specific if you need to know better.
11 Replies
emre570
emre570OP•7mo ago
I think I should dockerize the app and serve
Unknown User
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
emre570
emre570OP•7mo ago
Thanks bro, that's my first time and will do it 🙂
riverfog7
riverfog7•7mo ago
this should help
emre570
emre570OP•7mo ago
@Jason @riverfog7 hey folks, sorry for disturbance. I made a Docker container and put it into a pod. And I can access it from http. But Streamlit ui stuck at loading. In my local it works but not works in RunPod. Where should I look?
No description
Unknown User
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
emre570
emre570OP•7mo ago
Yes, sorry for that I think it's because of CORS and xsrf. When I add these commands, it started: --server.enableCORS=false --server.enableXsrfProtection=false
Unknown User
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
emre570
emre570OP•7mo ago
Building the last version, will update soon
Unknown User
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?