Update app.py
Browse filesCertification deadline updated
app.py
CHANGED
@@ -220,8 +220,8 @@ with gr.Blocks() as demo:
|
|
220 |
gr.Markdown(f"""
|
221 |
# π Check your progress in the Audio Course π
|
222 |
|
223 |
-
- To get a certificate of completion, you must **pass 3 out of 4 assignments before
|
224 |
-
- To get an honors certificate, you must **pass 4 out of 4 assignments before
|
225 |
|
226 |
For the assignments where you have to train a model, your model's metric should be equal to or better than the baseline metric.
|
227 |
For the Unit 7 assignment, first, check your demo with the [Unit 7 assessment space](https://huggingface.co/spaces/huggingface-course/audio-course-u7-assessment)
|
|
|
220 |
gr.Markdown(f"""
|
221 |
# π Check your progress in the Audio Course π
|
222 |
|
223 |
+
- To get a certificate of completion, you must **pass 3 out of 4 assignments before September 1st 2023**.
|
224 |
+
- To get an honors certificate, you must **pass 4 out of 4 assignments before September 1st 2023**.
|
225 |
|
226 |
For the assignments where you have to train a model, your model's metric should be equal to or better than the baseline metric.
|
227 |
For the Unit 7 assignment, first, check your demo with the [Unit 7 assessment space](https://huggingface.co/spaces/huggingface-course/audio-course-u7-assessment)
|