Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ As future work, the following experiments could be carried out:
|
|
| 100 |
</ul>
|
| 101 |
</p>
|
| 102 |
|
| 103 |
-
<h3>
|
| 104 |
-
<a href="https://
|
| 105 |
"""
|
| 106 |
|
| 107 |
device = 0 if torch.cuda.is_available() else -1
|
|
|
|
| 100 |
</ul>
|
| 101 |
</p>
|
| 102 |
|
| 103 |
+
<h3>Author</h3>
|
| 104 |
+
<a href="https://www.linkedin.com/in/santiagomaximocaram/">Santiago Maximo</a>
|
| 105 |
"""
|
| 106 |
|
| 107 |
device = 0 if torch.cuda.is_available() else -1
|