Ankitajadhav commited on
Commit
3efbabd
·
verified ·
1 Parent(s): cd37814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -155,8 +155,9 @@ def load_image_from_path(file_path):
155
 
156
  def process_audio(audio):
157
  # Transcribe the audio
158
- transcribed_text = transcribe(audio)
159
- text_output, image_path = generate_text(transcribed_text)
 
160
  if image_path:
161
  image_output = load_image_from_path(image_path)
162
  else:
 
155
 
156
  def process_audio(audio):
157
  # Transcribe the audio
158
+ # transcribed_text = transcribe(audio)
159
+ message = "Bremen Schnoor"
160
+ text_output, image_path = generate_text(message)
161
  if image_path:
162
  image_output = load_image_from_path(image_path)
163
  else: