Spaces:
Build error
Build error
Mandar Patil
commited on
Commit
•
042d014
1
Parent(s):
48ed6c7
Add req file
Browse files
app.py
CHANGED
@@ -30,4 +30,4 @@ def predict(input,history=[]):
|
|
30 |
return response, history
|
31 |
|
32 |
demo = gr.Interface(fn=predict, inputs=["text",'state'], outputs=["chatbot",'state'])
|
33 |
-
demo.launch(
|
|
|
30 |
return response, history
|
31 |
|
32 |
demo = gr.Interface(fn=predict, inputs=["text",'state'], outputs=["chatbot",'state'])
|
33 |
+
demo.launch()
|