fede97 commited on
Commit
c5cff49
·
verified ·
1 Parent(s): e6d12ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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= '/homes/fcocchi/itserr/itserr_latin_llm/ITSERR_row_logo.png'
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")