laurenok24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,8 @@ with gr.Blocks() as demo_precomputed:
|
|
276 |
Authors: Lauren Okamoto, Paritosh Parmar \n
|
277 |
This system not only scores an Olympic dive, but outputs a detailed report summarizing each component of the dive and how we evaluated it. We first abstract the necessary symbols, and then proceed to score the dive.\n
|
278 |
See more details on the system by watching this [Video](https://youtu.be/NDtdtguUzjQ). \n
|
279 |
-
Technical report: [Report](https://arxiv.org/abs/2403.13798).
|
|
|
280 |
""")
|
281 |
|
282 |
gr.Markdown(
|
|
|
276 |
Authors: Lauren Okamoto, Paritosh Parmar \n
|
277 |
This system not only scores an Olympic dive, but outputs a detailed report summarizing each component of the dive and how we evaluated it. We first abstract the necessary symbols, and then proceed to score the dive.\n
|
278 |
See more details on the system by watching this [Video](https://youtu.be/NDtdtguUzjQ). \n
|
279 |
+
Technical report: [Report](https://arxiv.org/abs/2403.13798). \n
|
280 |
+
Github: [Code](https://github.com/laurenok24/NSAQA).
|
281 |
""")
|
282 |
|
283 |
gr.Markdown(
|