Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,8 @@ st.markdown(
|
|
81 |
For more information including dataset, training and evaluation procedure, intended use, limitations and bias analysis see the [model card](https://huggingface.co/flax-community/papuGaPT2)
|
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 |
)
|
86 |
model_name = MODEL_URL
|
|
|
81 |
For more information including dataset, training and evaluation procedure, intended use, limitations and bias analysis see the [model card](https://huggingface.co/flax-community/papuGaPT2)
|
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
|