Spaces:
Runtime error
Runtime error
hrishikesh commited on
Commit ·
40d8ccc
1
Parent(s): 13e181b
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,4 +24,4 @@ def chatbot(input, history=[]):
|
|
| 24 |
|
| 25 |
gr.Interface( title = 'An Alternative to chatGPT - Built by Hrishikesh', fn = chatbot,
|
| 26 |
inputs = ["text",'state'],
|
| 27 |
-
outputs = ["chatbot",'state']).launch(debug = True
|
|
|
|
| 24 |
|
| 25 |
gr.Interface( title = 'An Alternative to chatGPT - Built by Hrishikesh', fn = chatbot,
|
| 26 |
inputs = ["text",'state'],
|
| 27 |
+
outputs = ["chatbot",'state']).launch(debug = True )
|