remove deprecated args
Browse files
app.py
CHANGED
@@ -109,5 +109,4 @@ with block:
|
|
109 |
).then(add_sources, inputs=[chatbot, response], outputs=[chatbot])
|
110 |
|
111 |
|
112 |
-
block.
|
113 |
-
block.launch(debug=True, share=False)
|
|
|
109 |
).then(add_sources, inputs=[chatbot, response], outputs=[chatbot])
|
110 |
|
111 |
|
112 |
+
block.launch()
|
|