nijatzeynalov commited on
Commit
079ae85
1 Parent(s): 6d3ca62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ iface = gr.Interface(
48
  ],
49
  layout="horizontal",
50
  theme="huggingface",
51
- title="Whisper Language Identification",
52
- description="Demo for Language Identification using OpenAI's [Whisper Large V2](https://huggingface.co/openai/whisper-large-v2).",
53
  allow_flagging='never',
54
  )
55
  iface.launch(enable_queue=True)
 
48
  ],
49
  layout="horizontal",
50
  theme="huggingface",
51
+ title="AzVoiceSent: Sentiment Classification from Voice Transcriptions in Azerbaijani",
52
+ description="AzVoiceSent is research project focused on sentiment classification from voice transcriptions in Azerbaijani. The project has the potential to provide valuable insights into the sentiment expressed by speakers in various domains and applications. ",
53
  allow_flagging='never',
54
  )
55
  iface.launch(enable_queue=True)