Update app.py
Browse files
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=
|
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()
|