Spaces:
Runtime error
Runtime error
Fixing indentation error.
Browse files
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 |
-
|
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(
|