Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr.Interface(fn = chatbot,
|
|
28 |
inputs = ["text",'state'],
|
29 |
outputs = ["chatbot",'state'],
|
30 |
title=title,
|
31 |
-
description=description).launch(
|
|
|
28 |
inputs = ["text",'state'],
|
29 |
outputs = ["chatbot",'state'],
|
30 |
title=title,
|
31 |
+
description=description).launch()
|