Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,9 @@ with gr.Blocks() as demo:
|
|
175 |
llm_button.click(fn=process_with_llm_and_tts, inputs=asr_output, outputs=[llm_response, tts_audio_output])
|
176 |
|
177 |
# Disclaimer
|
|
|
|
|
|
|
178 |
gr.Markdown(
|
179 |
"<p style='text-align: center; color: gray;'>Disclaimer: This application was developed solely for educational purposes to demonstrate AI capabilities and should not be used as a source of information or for any other purpose.</p>"
|
180 |
)
|
|
|
175 |
llm_button.click(fn=process_with_llm_and_tts, inputs=asr_output, outputs=[llm_response, tts_audio_output])
|
176 |
|
177 |
# Disclaimer
|
178 |
+
gr.Markdown(
|
179 |
+
"<p style='text-align: center; color: gray;'>This application runs on a machine with limited (but awesome) resources, so LLM completion may take up to 2 minutes.</p>"
|
180 |
+
)
|
181 |
gr.Markdown(
|
182 |
"<p style='text-align: center; color: gray;'>Disclaimer: This application was developed solely for educational purposes to demonstrate AI capabilities and should not be used as a source of information or for any other purpose.</p>"
|
183 |
)
|