Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ As future work, the following experiments could be carried out:
|
|
84 |
</p>
|
85 |
|
86 |
<h3>Team</h3>
|
87 |
-
<a href="https://huggingface.co/smaximo">Santiago Maximo
|
88 |
"""
|
89 |
|
90 |
device = 0 if torch.cuda.is_available() else -1
|
|
|
84 |
</p>
|
85 |
|
86 |
<h3>Team</h3>
|
87 |
+
<a href="https://huggingface.co/smaximo">Santiago Maximo</a>
|
88 |
"""
|
89 |
|
90 |
device = 0 if torch.cuda.is_available() else -1
|