Commit
•
81b3a7a
1
Parent(s):
45adeb3
Update app.py
Browse files
app.py
CHANGED
@@ -32,15 +32,11 @@ DESCRIPTION = """
|
|
32 |
Check that you have successfully completed the hands-on exercise for Unit 7 of the 🤗 Audio Transformers Course by submitting your demo to this Space.
|
33 |
|
34 |
As a reminder, you should start with the template Space provided at [`course-demos/speech-to-speech-translation`](https://huggingface.co/spaces/course-demos/speech-to-speech-translation),
|
35 |
-
and update the Space to translate from any language X to a **non-English** language Y.
|
36 |
-
|
37 |
-
Your demo should take as input an audio file, and return as output another audio file, matching the signature of the
|
38 |
[`speech_to_speech_translation`](https://huggingface.co/spaces/course-demos/speech-to-speech-translation/blob/3946ba6705a6632a63de8672ac52a482ab74b3fc/app.py#L35)
|
39 |
function in the template demo.
|
40 |
|
41 |
-
To submit your demo for assessment, give the repo id or URL to your demo. For the template demo, this would be `course-demos/speech-to-speech-translation`.
|
42 |
-
|
43 |
-
This Space will submit a test file to your demo, and check that the output is non-English audio. If your demo successfully
|
44 |
returns an audio file, and this audio file is classified as being non-English, you will pass the demo and get a green
|
45 |
tick next to your name! ✅
|
46 |
|
|
|
32 |
Check that you have successfully completed the hands-on exercise for Unit 7 of the 🤗 Audio Transformers Course by submitting your demo to this Space.
|
33 |
|
34 |
As a reminder, you should start with the template Space provided at [`course-demos/speech-to-speech-translation`](https://huggingface.co/spaces/course-demos/speech-to-speech-translation),
|
35 |
+
and update the Space to translate from any language X to a **non-English** language Y. Your demo should take as input an audio file, and return as output another audio file, matching the signature of the
|
|
|
|
|
36 |
[`speech_to_speech_translation`](https://huggingface.co/spaces/course-demos/speech-to-speech-translation/blob/3946ba6705a6632a63de8672ac52a482ab74b3fc/app.py#L35)
|
37 |
function in the template demo.
|
38 |
|
39 |
+
To submit your demo for assessment, give the repo id or URL to your demo. For the template demo, this would be `course-demos/speech-to-speech-translation`. This Space will submit a test file to your demo, and check that the output is non-English audio. If your demo successfully
|
|
|
|
|
40 |
returns an audio file, and this audio file is classified as being non-English, you will pass the demo and get a green
|
41 |
tick next to your name! ✅
|
42 |
|