Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(css=css) as demo:
|
|
166 |
|
167 |
- 📈 Expected speedups with Flash Attention 2
|
168 |
- **Byline**: Keep an eye out for this update to benefit from performance gains.
|
169 |
-
|
170 |
-
|
171 |
|
172 |
demo.queue().launch(debug=True)
|
|
|
166 |
|
167 |
- 📈 Expected speedups with Flash Attention 2
|
168 |
- **Byline**: Keep an eye out for this update to benefit from performance gains.
|
169 |
+
"""
|
170 |
+
gr.Markdown(markdown)
|
171 |
|
172 |
demo.queue().launch(debug=True)
|