pierric HF staff commited on
Commit
8c5ccb1
1 Parent(s): 513b107

Link between space and model

Browse files

This should allow for the space to be listed on the model page (under the "Spaces using bigscience/bloom" section on the right), and for the model to be listed on the space page

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,8 @@ sdk: gradio
7
  sdk_version: 3.0.25
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 3.0.25
8
  app_file: app.py
9
  pinned: false
10
+ models:
11
+ - bigscience/bloom
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference