Spaces:
Configuration error
Configuration error
Fixning permission issue
Browse files- texttovoice/views.py +1 -1
texttovoice/views.py
CHANGED
@@ -7,7 +7,7 @@ from rest_framework.generics import CreateAPIView
|
|
7 |
from TTS.api import TTS
|
8 |
from rest_framework.authentication import TokenAuthentication
|
9 |
from rest_framework.permissions import IsAuthenticated
|
10 |
-
from texttovoice.models import TextToSpeech
|
11 |
from .serializers import TextToSpeechSerializer
|
12 |
from rest_framework.parsers import MultiPartParser
|
13 |
from drf_yasg import openapi
|
|
|
7 |
from TTS.api import TTS
|
8 |
from rest_framework.authentication import TokenAuthentication
|
9 |
from rest_framework.permissions import IsAuthenticated
|
10 |
+
# from texttovoice.models import TextToSpeech
|
11 |
from .serializers import TextToSpeechSerializer
|
12 |
from rest_framework.parsers import MultiPartParser
|
13 |
from drf_yasg import openapi
|