Isabel Gwara commited on
Commit
6e8355d
·
1 Parent(s): 0342253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -143,5 +143,6 @@ with open('info.md') as f:
143
  # generate gradio interface
144
  interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", allow_flagging='never')
145
 
146
- # show the interface
 
147
  interface.launch()
 
143
  # generate gradio interface
144
  interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", allow_flagging='never')
145
 
146
+ # show the interface
147
+ title_block.launch()
148
  interface.launch()