Spaces:
Runtime error
Runtime error
ethanlshen
commited on
Update app.py
Browse files
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 |
-
|
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)
|