Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def generate_creative_text(english_text):
|
|
177 |
with gr.Blocks() as demo:
|
178 |
gr.Markdown(
|
179 |
"""
|
180 |
-
<h1 style='color: #4CAF50;'>🎙️ Tamil Audio Transcription,
|
181 |
<p style='color: #000080;'>Upload an audio file to get the Tamil transcription, edit the transcription or type Romanized Tamil to convert it to Tamil script, translate it to English, predict the sentiment of the translated text, generate creative English text, and generate an image.</p>
|
182 |
"""
|
183 |
)
|
|
|
177 |
with gr.Blocks() as demo:
|
178 |
gr.Markdown(
|
179 |
"""
|
180 |
+
<h1 style='color: #4CAF50;'>🎙️ Tamil Audio Transcription, Translation, Sentiment Prediction, Creative Text Generation, and Image Generation</h1>
|
181 |
<p style='color: #000080;'>Upload an audio file to get the Tamil transcription, edit the transcription or type Romanized Tamil to convert it to Tamil script, translate it to English, predict the sentiment of the translated text, generate creative English text, and generate an image.</p>
|
182 |
"""
|
183 |
)
|