daspartho commited on
Commit
f655b71
·
1 Parent(s): 48afb07

updated description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 tell if you if it's anime-worthy",
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",),