laurenok24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -275,8 +275,7 @@ with gr.Blocks() as demo_precomputed:
|
|
275 |
# Neuro-Symbolic Olympic Diving Judge
|
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 |
-
|
279 |
-
Code: *insert github link*
|
280 |
""")
|
281 |
|
282 |
gr.Markdown(
|
|
|
275 |
# Neuro-Symbolic Olympic Diving Judge
|
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 |
""")
|
280 |
|
281 |
gr.Markdown(
|