nanom commited on
Commit
1b87c17
1 Parent(s): d316e6d

Minors fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with iface:
23
  output = gr.Markdown()
24
 
25
  btn_get.click(
26
- fn = execute.get_verbsv2,
27
  inputs = input_verb,
28
  outputs = [error, output],
29
  api_name="get"
 
23
  output = gr.Markdown()
24
 
25
  btn_get.click(
26
+ fn = execute.get_verbs,
27
  inputs = input_verb,
28
  outputs = [error, output],
29
  api_name="get"