pierric HF staff commited on
Commit
9d4e482
1 Parent(s): 0d00a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def convert(model_id, task,
277
  DESCRIPTION = """
278
  ## Convert a `transformers` model to Core ML
279
 
280
- With this Space you can try to convert a transformers model to Core ML. It uses the 🤗 Hugging Face [Exporters repo](https://huggingface.co/exporters) under the hood.
281
 
282
  Note that not all models are supported. If you get an error on a model you'd like to convert, please open an issue in the discussions tab of this Space. You'll get a link to do it when an error occurs.
283
  """
 
277
  DESCRIPTION = """
278
  ## Convert a `transformers` model to Core ML
279
 
280
+ With this Space you can try to convert a transformers model to Core ML. It uses the 🤗 Hugging Face [Exporters repo](https://github.com/huggingface/exporters) under the hood.
281
 
282
  Note that not all models are supported. If you get an error on a model you'd like to convert, please open an issue in the discussions tab of this Space. You'll get a link to do it when an error occurs.
283
  """