TheoLvs commited on
Commit
5fe6ea4
·
verified ·
1 Parent(s): 50a24c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
  To submit your results in one of the three tasks, please follow the steps below:
156
 
157
  ## Prepare your model submission
158
- 1. Duplicate the template of the submission API by duplicating this space on your own Hugging Face account.
159
  2. In ``tasks/text.py``, ``tasks/image.py``, or ``tasks/audio.py``, modify the ``evaluate_model`` function to replace the baseline by your model loading and inference within the inference pass where the energy consumption and emissions are tracked.
160
  3. Eventually complete the requirements and/or any necessaries dependencies in your space.
161
  4. Write down your model card in the ``README.md`` file.
 
155
  To submit your results in one of the three tasks, please follow the steps below:
156
 
157
  ## Prepare your model submission
158
+ 1. Duplicate the template of the submission API by duplicating this space https://huggingface.co/spaces/frugal-ai-challenge/submission-template on your own Hugging Face account.
159
  2. In ``tasks/text.py``, ``tasks/image.py``, or ``tasks/audio.py``, modify the ``evaluate_model`` function to replace the baseline by your model loading and inference within the inference pass where the energy consumption and emissions are tracked.
160
  3. Eventually complete the requirements and/or any necessaries dependencies in your space.
161
  4. Write down your model card in the ``README.md`` file.