DrishtiSharma commited on
Commit
adc53e2
1 Parent(s): cf1be34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ gr.Interface(
42
  outputs=[gr.outputs.Textbox()],
43
  examples=[["audio1.wav"]],
44
  title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
45
- article="<p><center><img src='........e'></center></p>",
 
46
  layout="horizontal",
47
  theme="huggingface",
48
  ).launch(enable_queue=True, cache_examples=True)
 
42
  outputs=[gr.outputs.Textbox()],
43
  examples=[["audio1.wav"]],
44
  title="Spanish-Audio-Transcriptions-to-Nahuatl-Translation",
45
+ description = "This is a Gradio demo of Spanish Audio Transcriptions to Nahuatl Translation. To use this, simply provide an audio input (audio recording or via microphone), which will subsequently be transcribed and translated to Nahuatl language.",
46
+ #article="<p><center><img src='........e'></center></p>",
47
  layout="horizontal",
48
  theme="huggingface",
49
  ).launch(enable_queue=True, cache_examples=True)