Spaces:
Runtime error
Runtime error
Abinaya Mahendiran
commited on
Commit
·
466d1f1
1
Parent(s):
6673aaa
Updated app
Browse files
app.py
CHANGED
|
@@ -40,13 +40,13 @@ 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 |
-
|
| 44 |
-
"
|
| 45 |
)
|
| 46 |
elif page == "Text Generation" and data == "Oscar":
|
| 47 |
st.sidebar.markdown(
|
| 48 |
-
|
| 49 |
-
"
|
| 50 |
)
|
| 51 |
|
| 52 |
# Main page
|
|
|
|
| 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 |
+
href = f'<a href="https://wandb.ai/wandb/hf-flax-gpt2-tamil/runs/watdq7ib/overview?workspace=user-abinayam">Model tracking on wandb</a>',
|
| 44 |
+
href = f'<a href="https://huggingface.co/abinayam/gpt-2-tamil">Model card</a>'
|
| 45 |
)
|
| 46 |
elif page == "Text Generation" and data == "Oscar":
|
| 47 |
st.sidebar.markdown(
|
| 48 |
+
href = f'<a href="https://wandb.ai/abinayam/hf-flax-gpt-2-tamil/runs/1ddv4131/overview?workspace=user-abinayam">Model tracking on wandb</a>',
|
| 49 |
+
href = f'<a href="https://huggingface.co/flax-community/gpt-2-tamil">Model card</a>'
|
| 50 |
)
|
| 51 |
|
| 52 |
# Main page
|