Isabel Gwara commited on
Commit
e287a08
·
1 Parent(s): 8baa7c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with open('info.md') as f:
145
  output = gr.Text()
146
 
147
  submit = gr.Button("Submit")
148
- submit.click(fn=general_predictor, inputs=inputls, outputs=ouput)
149
 
150
  # show the interface
151
  block.launch()
 
145
  output = gr.Text()
146
 
147
  submit = gr.Button("Submit")
148
+ submit.click(fn=general_predictor, inputs=inputls, outputs=output)
149
 
150
  # show the interface
151
  block.launch()