laurenok24 commited on
Commit
05b7ec4
·
verified ·
1 Parent(s): ca1d622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, and 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
  """)
 
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
  """)