gemini-audio-video-chat / pyproject.toml
ahundt's picture
try more robust code (not working yet), notifications about status
b7a0a78
raw
history blame
239 Bytes
[project]
name = "gemini-audio-video-chat"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio_webrtc==0.0.28",
"google-genai==0.3.0",
"twilio"
]