Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -696,9 +696,7 @@ with gr.Blocks(css="""
|
|
| 696 |
gr.Markdown("""
|
| 697 |
### "Attention is All You Need" Paper
|
| 698 |
|
| 699 |
-
|
| 700 |
-
|
| 701 |
-
<iframe src="https://arxiv.org/pdf/1706.03762.pdf" width="100%" height="600px"></iframe>
|
| 702 |
""")
|
| 703 |
# Launch the app
|
| 704 |
if __name__ == "__main__":
|
|
|
|
| 696 |
gr.Markdown("""
|
| 697 |
### "Attention is All You Need" Paper
|
| 698 |
|
| 699 |
+
<iframe src="https://ar5iv.labs.arxiv.org/html/1706.03762" width="100%" height="600px"></iframe>
|
|
|
|
|
|
|
| 700 |
""")
|
| 701 |
# Launch the app
|
| 702 |
if __name__ == "__main__":
|