Spaces:
Runtime error
Runtime error
update description
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -121,7 +121,7 @@ def process(text_generator, tokenizer, title: str, keywords: str, text: str,
|
|
121 |
st.title("Indonesian GPT-2 Applications")
|
122 |
prompt_group_name = MODELS[model_type]["group"]
|
123 |
st.header(prompt_group_name)
|
124 |
-
description = f"This is a bilingual (
|
125 |
st.markdown(description)
|
126 |
model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
|
127 |
st.markdown(model_name)
|
|
|
121 |
st.title("Indonesian GPT-2 Applications")
|
122 |
prompt_group_name = MODELS[model_type]["group"]
|
123 |
st.header(prompt_group_name)
|
124 |
+
description = f"This is a bilingual (Indonesian and English) abstract generator using Indonesian GPT-2 Medium. We finetuned it with the Indonesian paper abstract dataset."
|
125 |
st.markdown(description)
|
126 |
model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
|
127 |
st.markdown(model_name)
|