ajwthompson commited on
Commit
e4e782c
·
1 Parent(s): be0ee42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ class ChatWrapper:
59
  return chatResult
60
 
61
  chat = ChatWrapper()
62
- state = gr.outputs.State()
63
 
64
  gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
65
  gradio_interface.launch(debug=True)
 
59
  return chatResult
60
 
61
  chat = ChatWrapper()
62
+ state = gr.State()
63
 
64
  gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
65
  gradio_interface.launch(debug=True)