pcuenq HF staff commited on
Commit
ba19452
2 Parent(s): 4587527 3109640

Merge branch 'main' of https://huggingface.co/spaces/pcuenq/transformers-to-coreml

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ def convert(model_id, task,
341
  DESCRIPTION = """
342
  ## Convert a `transformers` model to Core ML
343
 
344
- 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.
345
 
346
  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.
347
  """
 
341
  DESCRIPTION = """
342
  ## Convert a `transformers` model to Core ML
343
 
344
+ 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.
345
 
346
  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.
347
  """