Spaces:
Runtime error
Runtime error
updated the text
Browse files- app/app.py +2 -1
app/app.py
CHANGED
@@ -94,7 +94,8 @@ def process(title: str, keywords: str, text: str,
|
|
94 |
st.title("Indonesian GPT-2 Applications")
|
95 |
prompt_group_name = MODELS[model_type]["group"]
|
96 |
st.header(prompt_group_name)
|
97 |
-
description = f"This is a news generator using Indonesian GPT-2 Medium. We finetuned the pre-trained model with
|
|
|
98 |
st.markdown(description)
|
99 |
model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
|
100 |
st.markdown(model_name)
|
|
|
94 |
st.title("Indonesian GPT-2 Applications")
|
95 |
prompt_group_name = MODELS[model_type]["group"]
|
96 |
st.header(prompt_group_name)
|
97 |
+
description = f"This is a news generator using Indonesian GPT-2 Medium. We finetuned the pre-trained model with 1.4M " \
|
98 |
+
f"articles of the Indonesian online newspaper dataset."
|
99 |
st.markdown(description)
|
100 |
model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
|
101 |
st.markdown(model_name)
|