Spaces:
Build error
Build error
Mandar Patil
commited on
Commit
·
e5f7946
1
Parent(s):
a9032a2
updated app file
Browse files
app.py
CHANGED
@@ -37,5 +37,5 @@ def predict(input,initial_prompt, history=[]):
|
|
37 |
gr.Interface(fn=predict,
|
38 |
inputs=["text","text",'state'],
|
39 |
|
40 |
-
outputs=["chatbot",'state']).launch(
|
41 |
|
|
|
37 |
gr.Interface(fn=predict,
|
38 |
inputs=["text","text",'state'],
|
39 |
|
40 |
+
outputs=["chatbot",'state']).launch()
|
41 |
|