vmshankar86 commited on
Commit
76d7797
·
verified ·
1 Parent(s): d392dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, Transliteration, 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
  )
 
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
  )