rachith commited on
Commit
bdda483
·
1 Parent(s): 70293a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def topk(word,model):
67
 
68
  interface = gr.Interface(fn=topk,
69
  inputs=[gr.Textbox(label="Word"), gr.Dropdown(available_models)],
70
- outputs=gr.outputs.Textbox()
71
  title = title,
72
  description = description,
73
  article = article)
 
67
 
68
  interface = gr.Interface(fn=topk,
69
  inputs=[gr.Textbox(label="Word"), gr.Dropdown(available_models)],
70
+ outputs=gr.outputs.Textbox(),
71
  title = title,
72
  description = description,
73
  article = article)