Halo Master commited on
Commit
801e6ad
1 Parent(s): 8790908

fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ examples = [
50
  ]
51
 
52
  iface = gr.Interface(
53
- fn=generate,
54
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
55
  outputs=gr.outputs.Textbox(label="Generated Text"),
56
  examples=examples
 
50
  ]
51
 
52
  iface = gr.Interface(
53
+ fn=answer,
54
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
55
  outputs=gr.outputs.Textbox(label="Generated Text"),
56
  examples=examples