DrishtiSharma commited on
Commit
fc24fec
1 Parent(s): e9269c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
46
  outputs=[gr.outputs.Textbox(label="Predicción")],
47
  examples=[["audio1.wav"], ["audio2.wav"], ["audio3.wav"], ["audio4.wav"], ["sample_audio.wav"]],
48
  title="Spanish-Audio-Transcription-based-Sexism-Detection",
49
- description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
50
  layout="horizontal",
51
  theme="huggingface",
52
  ).launch(enable_queue=True, cache_examples=True)
 
46
  outputs=[gr.outputs.Textbox(label="Predicción")],
47
  examples=[["audio1.wav"], ["audio2.wav"], ["audio3.wav"], ["audio4.wav"], ["sample_audio.wav"]],
48
  title="Spanish-Audio-Transcription-based-Sexism-Detection",
49
+ description=description,
50
  layout="horizontal",
51
  theme="huggingface",
52
  ).launch(enable_queue=True, cache_examples=True)