Spaces:
Runtime error
Runtime error
cta2106
commited on
Commit
•
f892f46
1
Parent(s):
52e8dae
fixed something
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def predict_fn(text: str) -> Tuple[Any, Any]:
|
|
15 |
return results[0]["label"], round(sum(scores), 0)
|
16 |
|
17 |
|
18 |
-
gr.Interface(predict_fn, "textbox", ["label", "label"]).launch(
|
|
|
15 |
return results[0]["label"], round(sum(scores), 0)
|
16 |
|
17 |
|
18 |
+
gr.Interface(predict_fn, "textbox", ["label", "label"]).launch()
|