DrishtiSharma commited on
Commit
8671c65
1 Parent(s): 8a96c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ gr.Interface(
44
  outputs=[gr.outputs.Label(num_top_classes=2)],
45
  examples=[["audio_test.wav"]],
46
  title="Sentiment Analysis of Spanish Transcribed Audio",
47
- description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
48
  layout="horizontal",
49
  theme="huggingface",
50
  ).launch(enable_queue=True, cache_examples=True)
 
44
  outputs=[gr.outputs.Label(num_top_classes=2)],
45
  examples=[["audio_test.wav"]],
46
  title="Sentiment Analysis of Spanish Transcribed Audio",
47
+ description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio. First, we do Speech to Text, and then we perform sentiment analysis on the obtained transcription of the input audio.",
48
  layout="horizontal",
49
  theme="huggingface",
50
  ).launch(enable_queue=True, cache_examples=True)