Spaces:
Sleeping
Sleeping
Minors fixes
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with iface:
|
|
23 |
output = gr.Markdown()
|
24 |
|
25 |
btn_get.click(
|
26 |
-
fn = execute.
|
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"
|