Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ from brain_of_doctor import load_image, analyze_image_with_query
|
|
| 5 |
from voice_of_the_patient import record_audio, transcription_with_groq
|
| 6 |
from voice_of_the_doctor import (
|
| 7 |
text_to_speech_with_gtts_new_autoplay,
|
| 8 |
-
text_to_speech_with_elevenlabs_new_autoplay
|
| 9 |
)
|
| 10 |
from deep_translator import GoogleTranslator
|
| 11 |
from gtts import gTTS
|
|
|
|
| 5 |
from voice_of_the_patient import record_audio, transcription_with_groq
|
| 6 |
from voice_of_the_doctor import (
|
| 7 |
text_to_speech_with_gtts_new_autoplay,
|
|
|
|
| 8 |
)
|
| 9 |
from deep_translator import GoogleTranslator
|
| 10 |
from gtts import gTTS
|