Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/pcuenq/transformers-to-coreml
Browse files
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://
|
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 |
"""
|