Update app.py
Browse files
app.py
CHANGED
@@ -492,6 +492,7 @@ st.markdown("🔹 Powered by Mayank, Wasim, Pravishank – Innovating Healthcare
|
|
492 |
|
493 |
import streamlit as st
|
494 |
import speech_recognition as sr
|
|
|
495 |
from deep_translator import GoogleTranslator
|
496 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
497 |
import matplotlib.pyplot as plt
|
|
|
492 |
|
493 |
import streamlit as st
|
494 |
import speech_recognition as sr
|
495 |
+
import sounddevice as sd
|
496 |
from deep_translator import GoogleTranslator
|
497 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
498 |
import matplotlib.pyplot as plt
|