SivaResearch commited on
Commit
856f96d
·
verified ·
1 Parent(s): e7a8647

rectified mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,5 +62,5 @@ def chat_interface(input_prompts):
62
  return outputs
63
 
64
 
65
- chat_interface = gr.ChatInterface(chat_interface, inputs="text", outputs="text", title="Chat Interface")
66
  chat_interface.launch()
 
62
  return outputs
63
 
64
 
65
+ chat_interface = gr.ChatInterface(chat_interface, title="CAMAI")
66
  chat_interface.launch()