Spaces:
Sleeping
Sleeping
Commit
·
63944ba
1
Parent(s):
828d66c
route fon fr test
Browse files
translations/__pycache__/urls.cpython-310.pyc
CHANGED
Binary files a/translations/__pycache__/urls.cpython-310.pyc and b/translations/__pycache__/urls.cpython-310.pyc differ
|
|
translations/urls.py
CHANGED
@@ -9,5 +9,5 @@ urlpatterns = [
|
|
9 |
# path('TextToDeafSign/', TextToDeafSignViewSet.as_view(), name="text_to_deaf_sign"),
|
10 |
# path('AudioToDeafSign/', AudioToDeafSignViewSet.as_view(), name="audio_to_deaf_sign"),
|
11 |
path('FongbeToFrText/', FongbeToFrancaisText.as_view(), name="fongbe_to_french_text"),
|
12 |
-
path('AudioToText/', AudioToText.as_view(), name="audio_to_text")
|
13 |
]
|
|
|
9 |
# path('TextToDeafSign/', TextToDeafSignViewSet.as_view(), name="text_to_deaf_sign"),
|
10 |
# path('AudioToDeafSign/', AudioToDeafSignViewSet.as_view(), name="audio_to_deaf_sign"),
|
11 |
path('FongbeToFrText/', FongbeToFrancaisText.as_view(), name="fongbe_to_french_text"),
|
12 |
+
# path('AudioToText/', AudioToText.as_view(), name="audio_to_text")
|
13 |
]
|