Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ Demo instructions:
|
|
31 |
- (Optional) insert a Feedback text in the box.
|
32 |
- Click the 'Like' or 'Dislike' button to judge the generation correctness.
|
33 |
"""
|
34 |
-
|
|
|
35 |
article= "hello world ..."
|
36 |
examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
|
37 |
logo_image= 'ITSERR_row_logo.png'
|
|
|
31 |
- (Optional) insert a Feedback text in the box.
|
32 |
- Click the 'Like' or 'Dislike' button to judge the generation correctness.
|
33 |
"""
|
34 |
+
# (L<sup>2</sup>) - Latin Language Model
|
35 |
+
title= "LatinGPT"
|
36 |
article= "hello world ..."
|
37 |
examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
|
38 |
logo_image= 'ITSERR_row_logo.png'
|