Skip to content

Commit

Permalink
fixed the import error
Browse files Browse the repository at this point in the history
  • Loading branch information
aalghooneh committed Jan 28, 2025
1 parent 554c1ed commit 2014fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/tts/elevenlabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import base64
from io import BytesIO
from base import BaseTTS
from application.tts.base import BaseTTS


class ElevenlabsTTS(BaseTTS):
Expand Down

0 comments on commit 2014fe8

Please sign in to comment.