Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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:
|