Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,8 @@ def main():
|
|
133 |
|
134 |
gr.Interface(
|
135 |
fn=chatbot_response,
|
136 |
-
inputs=[
|
137 |
-
outputs=
|
138 |
).launch()
|
139 |
|
140 |
if __name__ == "__main__":
|
|
|
133 |
|
134 |
gr.Interface(
|
135 |
fn=chatbot_response,
|
136 |
+
inputs=["text"],
|
137 |
+
outputs=["text"],
|
138 |
).launch()
|
139 |
|
140 |
if __name__ == "__main__":
|