Skip to content

Commit 38e2ecc

Browse files
committed
removed accomodations attempt
1 parent 800376f commit 38e2ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def generate_audio():
299299
'audio': audio_base64
300300
})
301301
else:
302-
return jsonify({'error': 'Failed to generate audio.'}), 400
302+
return jsonify({'error': 'Failed to generate audio.'}), 400
303303
else:
304304
return jsonify({'error': 'No text provided for audio generation'}), 400
305305
except Exception as e:

0 commit comments

Comments
 (0)