Spaces:
Runtime error
Runtime error
lorenzoscottb
commited on
Commit
•
ef6e056
1
Parent(s):
59b4c5f
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ Use the next page to check if your test-items (i.e. adjective, noun and hypernym
|
|
42 |
examples = [["A red car is a vehicle"], ["A fake smile is a smile"], ["A small cat is a small animal"]]
|
43 |
|
44 |
interface_model = gr.Interface(
|
45 |
-
"lorenzoscottb/bert-base-cased-PLANE-ood-2",
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
title=title,
|
|
|
42 |
examples = [["A red car is a vehicle"], ["A fake smile is a smile"], ["A small cat is a small animal"]]
|
43 |
|
44 |
interface_model = gr.Interface(
|
45 |
+
model="lorenzoscottb/bert-base-cased-PLANE-ood-2",
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
title=title,
|