tugot17 commited on
Commit
aa76faa
·
1 Parent(s): c4d9315

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  gr.Textbox(lines=5, label="Absract"),
44
  gr.Textbox(lines=5, label="Article Text")],
45
  outputs=gr.Label(num_top_classes=5),
46
- examples=[[title_1, abstract_1, text_1], [title_2, abstract_2, text_2]]
47
  title="Article topic classifier"
48
  description= "Upload the paper title, its abstract, and the beginning of the text. Our model will figure out whether this is a Biology, Chemistry, Computer Science, Medicine or Physics related article."
49
  )
 
43
  gr.Textbox(lines=5, label="Absract"),
44
  gr.Textbox(lines=5, label="Article Text")],
45
  outputs=gr.Label(num_top_classes=5),
46
+ examples=[[title_1, abstract_1, text_1], [title_2, abstract_2, text_2]],
47
  title="Article topic classifier"
48
  description= "Upload the paper title, its abstract, and the beginning of the text. Our model will figure out whether this is a Biology, Chemistry, Computer Science, Medicine or Physics related article."
49
  )