smaximo commited on
Commit
ef9ce4f
·
1 Parent(s): f397d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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