Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ Please enter a prompt in Latin to generate text.
|
|
20 |
title= "(L<sup>3</sup>) - Latin Large Language Model"
|
21 |
article= "hello world ..."
|
22 |
examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
|
23 |
-
logo_image= '
|
24 |
|
25 |
def generate_text(prompt):
|
26 |
if torch.cuda.is_available(): device = torch.device("cuda")
|
|
|
20 |
title= "(L<sup>3</sup>) - Latin Large Language Model"
|
21 |
article= "hello world ..."
|
22 |
examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
|
23 |
+
logo_image= 'ITSERR_row_logo.png'
|
24 |
|
25 |
def generate_text(prompt):
|
26 |
if torch.cuda.is_available(): device = torch.device("cuda")
|