Update app.py
Browse files
app.py
CHANGED
@@ -161,8 +161,8 @@ def main():
|
|
161 |
|
162 |
gr.Interface(
|
163 |
fn=chatbot_response,
|
164 |
-
inputs=["text"
|
165 |
-
outputs=["text"
|
166 |
).launch()
|
167 |
|
168 |
if __name__ == "__main__":
|
|
|
161 |
|
162 |
gr.Interface(
|
163 |
fn=chatbot_response,
|
164 |
+
inputs=["text"],
|
165 |
+
outputs=["text"],
|
166 |
).launch()
|
167 |
|
168 |
if __name__ == "__main__":
|