Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,9 @@ As future work, the following experiments could be carried out:
|
|
82 |
<li>Ensamble different models.
|
83 |
</ul>
|
84 |
</p>
|
|
|
|
|
|
|
85 |
"""
|
86 |
|
87 |
device = 0 if torch.cuda.is_available() else -1
|
|
|
82 |
<li>Ensamble different models.
|
83 |
</ul>
|
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
|