Removed the certification deadline
Browse files
app.py
CHANGED
@@ -223,8 +223,8 @@ with gr.Blocks() as demo:
|
|
223 |
gr.Markdown(f"""
|
224 |
# π Check your progress in the Audio Course π
|
225 |
|
226 |
-
- To get a certificate of completion, you must **pass 3 out of 4 assignments
|
227 |
-
- To get an honors certificate, you must **pass 4 out of 4 assignments
|
228 |
|
229 |
For the assignments where you have to train a model, your model's metric should be equal to or better than the baseline metric.
|
230 |
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)
|
|
|
223 |
gr.Markdown(f"""
|
224 |
# π Check your progress in the Audio Course π
|
225 |
|
226 |
+
- To get a certificate of completion, you must **pass 3 out of 4 assignments**.
|
227 |
+
- To get an honors certificate, you must **pass 4 out of 4 assignments**.
|
228 |
|
229 |
For the assignments where you have to train a model, your model's metric should be equal to or better than the baseline metric.
|
230 |
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)
|