Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ st.markdown(
|
|
82 |
|
83 |
The models were trained with Jax and Flax using TPUs as part of the [Flax/Jax Community Week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) organised by HuggingFace.
|
84 |
|
85 |
-
This demo is heavily inspired by the wonderful demo of [Spanish GPT2 demo](https://huggingface.co/spaces/flax-community/spanish-gpt2)
|
86 |
"""
|
87 |
)
|
88 |
model_name = MODEL_URL
|
|
|
82 |
|
83 |
The models were trained with Jax and Flax using TPUs as part of the [Flax/Jax Community Week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) organised by HuggingFace.
|
84 |
|
85 |
+
This demo is heavily inspired by the wonderful demo of [Spanish GPT2 demo](https://huggingface.co/spaces/flax-community/spanish-gpt2) especially María Grandury and Manuel Romero.
|
86 |
"""
|
87 |
)
|
88 |
model_name = MODEL_URL
|