MariaK commited on
Commit
dd19921
β€’
1 Parent(s): 6d6bcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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
- Just type your Hugging Face Username πŸ€— (in my case MariaK)
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")