translators-will commited on
Commit
f5a70cf
·
verified ·
1 Parent(s): aa3f0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #import streamlit as st
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