Spaces:
Runtime error
Runtime error
Commit
·
000bbf2
1
Parent(s):
c8d81ce
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.116
|
|
5 |
|
6 |
|
7 |
|
8 |
-
gr.Interface.load("
|
9 |
["Magandang <mask>"],
|
10 |
["Ang langit ay kulay <mask>"]
|
11 |
]).launch()
|
|
|
5 |
|
6 |
|
7 |
|
8 |
+
gr.Interface.load("/jcblaise//roberta-tagalog-large", inputs=gr.inputs.Textbox(lines=5,label="Input Text"), description=description, article=article,examples=[
|
9 |
["Magandang <mask>"],
|
10 |
["Ang langit ay kulay <mask>"]
|
11 |
]).launch()
|