Spaces:
Runtime error
Runtime error
Abinaya Mahendiran
commited on
Commit
·
1c9ee74
1
Parent(s):
cab7f25
Updated app
Browse files
app.py
CHANGED
@@ -40,13 +40,19 @@ data = st.sidebar.selectbox(label="Select data",
|
|
40 |
help="Select the data on which the model is trained")
|
41 |
if page == "Text Generation" and data == "Oscar + IndicNLP":
|
42 |
st.sidebar.markdown(
|
43 |
-
"[Model tracking on wandb](https://wandb.ai/wandb/hf-flax-gpt2-tamil/runs/watdq7ib/overview?workspace=user-abinayam)"
|
|
|
|
|
|
|
44 |
"[Model card](https://huggingface.co/abinayam/gpt-2-tamil)",
|
45 |
unsafe_allow_html=True
|
46 |
-
|
47 |
elif page == "Text Generation" and data == "Oscar":
|
48 |
st.sidebar.markdown(
|
49 |
"[Model tracking on wandb](https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam)",
|
|
|
|
|
|
|
50 |
"[Model card](https://huggingface.co/flax-community/gpt-2-tamil)",
|
51 |
unsafe_allow_html=True
|
52 |
)
|
|
|
40 |
help="Select the data on which the model is trained")
|
41 |
if page == "Text Generation" and data == "Oscar + IndicNLP":
|
42 |
st.sidebar.markdown(
|
43 |
+
"[Model tracking on wandb](https://wandb.ai/wandb/hf-flax-gpt2-tamil/runs/watdq7ib/overview?workspace=user-abinayam)",
|
44 |
+
unsafe_allow_html=True
|
45 |
+
)
|
46 |
+
st.sidebar.markdown(
|
47 |
"[Model card](https://huggingface.co/abinayam/gpt-2-tamil)",
|
48 |
unsafe_allow_html=True
|
49 |
+
)
|
50 |
elif page == "Text Generation" and data == "Oscar":
|
51 |
st.sidebar.markdown(
|
52 |
"[Model tracking on wandb](https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam)",
|
53 |
+
unsafe_allow_html=True
|
54 |
+
)
|
55 |
+
st.sidebar.markdown(
|
56 |
"[Model card](https://huggingface.co/flax-community/gpt-2-tamil)",
|
57 |
unsafe_allow_html=True
|
58 |
)
|