guirnd commited on
Commit
ad762da
1 Parent(s): dfbc9eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
  )