Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ and runs a linguistic and semantic QA using LLMs (in this case, Llama-3-8-B via
|
|
| 7 |
translation accuracy and tone. Ideal for showcasing real-world multilingual API deployment.
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
|
| 11 |
from elevenlabs.client import ElevenLabs
|
| 12 |
from groq import Groq
|
| 13 |
from pydub import AudioSegment
|
|
|
|
| 7 |
translation accuracy and tone. Ideal for showcasing real-world multilingual API deployment.
|
| 8 |
"""
|
| 9 |
|
| 10 |
+
import streamlit as st
|
| 11 |
from elevenlabs.client import ElevenLabs
|
| 12 |
from groq import Groq
|
| 13 |
from pydub import AudioSegment
|