Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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://
|
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 |
"""
|