Spaces:
Runtime error
Runtime error
updated description
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def classify_text(plot):
|
|
15 |
return label_map[pipe(plot)[0]['label']]
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
-
description = "Write a plot, and the model will
|
19 |
article = "<p style='text-align: center'><a href='https://github.com/daspartho/anime-or-not' target='_blank'>Github</a></p>",
|
20 |
fn=classify_text,
|
21 |
inputs=gr.inputs.Textbox(label="Type the plot here",),
|
|
|
15 |
return label_map[pipe(plot)[0]['label']]
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
+
description = "Write a plot, and the model will determine whether it's anime enough",
|
19 |
article = "<p style='text-align: center'><a href='https://github.com/daspartho/anime-or-not' target='_blank'>Github</a></p>",
|
20 |
fn=classify_text,
|
21 |
inputs=gr.inputs.Textbox(label="Type the plot here",),
|