enoreyes commited on
Commit
ff66968
1 Parent(s): aeec0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  "What is BMW doing about sustainability?",
68
  "What is the future of BMW?"
69
  ],
70
- inputs=message,
71
  )
72
  if __name__ == '__main__':
73
  demo.launch()
 
67
  "What is BMW doing about sustainability?",
68
  "What is the future of BMW?"
69
  ],
70
+ inputs=inp,
71
  )
72
  if __name__ == '__main__':
73
  demo.launch()