ariG23498 HF staff commited on
Commit
ff9b8ad
1 Parent(s): 7fb4c0c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ space = gr.Interface(
35
  fn=get_titles,
36
  inputs=gr.Textbox(label="Input Title"),
37
  # outputs=gr.Textbox(label="Similar Titles"),
38
- outputs=gr.Label(num_top_classes=5)
39
  title=title,
40
  description=description,
41
  examples=examples,
 
35
  fn=get_titles,
36
  inputs=gr.Textbox(label="Input Title"),
37
  # outputs=gr.Textbox(label="Similar Titles"),
38
+ outputs=gr.Label(num_top_classes=5),
39
  title=title,
40
  description=description,
41
  examples=examples,