Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,16 +152,13 @@ def certification(hf_username):
|
|
| 152 |
with gr.Blocks() as demo:
|
| 153 |
gr.Markdown(f"""
|
| 154 |
# π Check your progress in the Audio Course π
|
| 155 |
-
You can check your progress here.
|
| 156 |
|
| 157 |
- To get a certificate of completion, you must **pass 3 out of 4 assignments before July 31st 2023**.
|
| 158 |
- To get an honors certificate, you must **pass 4 out of 4 assignments before July 31st 2023**.
|
| 159 |
|
| 160 |
-
To pass an assignment, your model's metric should be equal or higher than the baseline metric
|
| 161 |
-
|
| 162 |
-
**When min_result = -100 it means that you just need to push a model to pass this hands-on.**
|
| 163 |
|
| 164 |
-
|
| 165 |
""")
|
| 166 |
|
| 167 |
hf_username = gr.Textbox(placeholder="MariaK", label="Your Hugging Face Username")
|
|
|
|
| 152 |
with gr.Blocks() as demo:
|
| 153 |
gr.Markdown(f"""
|
| 154 |
# π Check your progress in the Audio Course π
|
|
|
|
| 155 |
|
| 156 |
- To get a certificate of completion, you must **pass 3 out of 4 assignments before July 31st 2023**.
|
| 157 |
- To get an honors certificate, you must **pass 4 out of 4 assignments before July 31st 2023**.
|
| 158 |
|
| 159 |
+
To pass an assignment, your model's metric should be equal to or higher than the baseline metric.
|
|
|
|
|
|
|
| 160 |
|
| 161 |
+
Make sure that you have uploaded your model(s) to Hub and type your Hugging Face Username here to check if you pass (in my case MariaK)
|
| 162 |
""")
|
| 163 |
|
| 164 |
hf_username = gr.Textbox(placeholder="MariaK", label="Your Hugging Face Username")
|