laurenok24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks() as demo_precomputed:
|
|
273 |
gr.Markdown(
|
274 |
"""
|
275 |
# Neuro-Symbolic Olympic Diving Judge
|
276 |
-
This system not only scores an Olympic dive,
|
277 |
Paper: *insert link to paper* \n
|
278 |
Code: *insert github link*
|
279 |
""")
|
|
|
273 |
gr.Markdown(
|
274 |
"""
|
275 |
# Neuro-Symbolic Olympic Diving Judge
|
276 |
+
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
|
277 |
Paper: *insert link to paper* \n
|
278 |
Code: *insert github link*
|
279 |
""")
|