ariankhalfani commited on
Commit
5ada7ef
·
verified ·
1 Parent(s): a981264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  ],
12
  outputs=[
13
  gr.Textbox(label="Answer"),
14
- gr.Audio(label="Answer as Speech") # Although we no longer use the audio output, it remains for consistency
15
  ],
16
  title="Chat with Roberta with Voice",
17
  description="Ask questions based on a provided context using the Roberta model and hear the response via text-to-speech."
 
11
  ],
12
  outputs=[
13
  gr.Textbox(label="Answer"),
14
+ gr.Audio(label="Answer as Speech")
15
  ],
16
  title="Chat with Roberta with Voice",
17
  description="Ask questions based on a provided context using the Roberta model and hear the response via text-to-speech."