Spaces:
Runtime error
Runtime error
Commit
·
95b66d8
1
Parent(s):
9f1f2e1
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def inference(inputtext, model):
|
|
24 |
|
25 |
|
26 |
gr.Interface(
|
27 |
-
|
28 |
-
[gr.inputs.Textbox(label="Input Text",lines=10)
|
29 |
[gr.outputs.Label(label="Output")],
|
30 |
examples=examples,
|
31 |
article=article,
|
|
|
24 |
|
25 |
|
26 |
gr.Interface(
|
27 |
+
gr.Interface.load("huggingface/jcblaise/roberta-tagalog-large"),
|
28 |
+
[gr.inputs.Textbox(label="Input Text",lines=10)],
|
29 |
[gr.outputs.Label(label="Output")],
|
30 |
examples=examples,
|
31 |
article=article,
|