Jack commited on
Commit
bc091a0
·
1 Parent(s): f37ce91

added various files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ To get started, upload the audio below.
91
  transcription = transcribe_audio(audio_file.path)
92
 
93
  # Send the entire transcription to the LLM for ATC syntax processing
94
- msg = cl.Message()
95
  await msg.send()
96
 
97
  # Process the transcription via the LLM
 
91
  transcription = transcribe_audio(audio_file.path)
92
 
93
  # Send the entire transcription to the LLM for ATC syntax processing
94
+ msg = cl.Message(content="")
95
  await msg.send()
96
 
97
  # Process the transcription via the LLM