ethanlshen commited on
Commit
f130f93
·
verified ·
1 Parent(s): 09cab71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
90
  """
91
  # Superposed Decoding
92
  Start typing below to see suggestions.\n
93
- Note: This demo only uses $n=\{2, 3, 4\}$ $n$-grams as opposed to $n=\{2, 3, 4, 5, 6}\$ in the paper. In addition, there may be significant latency at times because a GPU must be re-aquired after every change.
94
  \n
95
  Paper: [https://arxiv.org/abs/2405.18400](https://arxiv.org/abs/2405.18400)\n
96
  Code: [https://github.com/RAIVNLab/SuperposedDecoding](https://github.com/RAIVNLab/SuperposedDecoding)
 
90
  """
91
  # Superposed Decoding
92
  Start typing below to see suggestions.\n
93
+ Disclaimer: This demo only uses $n=\{2, 3, 4\}$ $n$-grams as opposed to $n=\{2, 3, 4, 5, 6}\$ in the paper. In addition, there may be significant latency at times because a GPU must be re-aquired after every change.
94
  \n
95
  Paper: [https://arxiv.org/abs/2405.18400](https://arxiv.org/abs/2405.18400)\n
96
  Code: [https://github.com/RAIVNLab/SuperposedDecoding](https://github.com/RAIVNLab/SuperposedDecoding)