Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
68 |
outputs=[gr.Textbox(label="Transcription"), gr.Audio(label="AI Response")],
|
69 |
live=True,
|
70 |
title="dindi, at times wodehousian!",
|
71 |
-
description="Upload an audio file or record your voice to get a response from the AI."
|
72 |
)
|
73 |
|
74 |
# Launch the Gradio interface
|
|
|
68 |
outputs=[gr.Textbox(label="Transcription"), gr.Audio(label="AI Response")],
|
69 |
live=True,
|
70 |
title="dindi, at times wodehousian!",
|
71 |
+
description="AMA - Ask me anything, questions,trivia (Upload an audio file or record your voice) to get a response from the AI."
|
72 |
)
|
73 |
|
74 |
# Launch the Gradio interface
|