Twelve2five's picture
Create app.py
9e6481e verified
raw
history blame
373 Bytes
import streamlit as st
from fastrtc import FastRTC
import os
st.title("FastRTC Voice Assistant")
st.write("Talk to DeepSeek LLM with ElevenLabs voice!")
# Initialize your FastRTC components
# (You'll need to adapt your existing code for the web interface)
fastrtc = FastRTC()
# Create a simple UI
st.button("Start Voice Chat")