guirnd commited on
Commit
10ce9ed
1 Parent(s): ad762da

Fixing indentation error.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ 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;'>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(
 
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(