Change README path to the right repo
#3
by
ror
HF Staff
- opened
app.py
CHANGED
|
@@ -264,7 +264,7 @@ with gr.Blocks(title="Model Test Results Dashboard", css=load_css()) as demo:
|
|
| 264 |
|
| 265 |
|
| 266 |
# Add FAQ link at the bottom
|
| 267 |
-
links_md = "❓ [**FAQ**](https://huggingface.co/spaces/
|
| 268 |
links_md += "🔗 **CI Jobs:**\n\n"
|
| 269 |
|
| 270 |
# AMD links
|
|
|
|
| 264 |
|
| 265 |
|
| 266 |
# Add FAQ link at the bottom
|
| 267 |
+
links_md = "❓ [**FAQ**](https://huggingface.co/spaces/transformers-community/transformers-ci-dashboard/blob/main/README.md)\n\n"
|
| 268 |
links_md += "🔗 **CI Jobs:**\n\n"
|
| 269 |
|
| 270 |
# AMD links
|