smaximo commited on
Commit
b891355
·
1 Parent(s): ef0fd81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ As future work, the following experiments could be carried out:
100
  </ul>
101
  </p>
102
 
103
- <h3>Team</h3>
104
- <a href="https://huggingface.co/smaximo">Santiago Maximo</a>
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