Spaces:
Paused
Paused
rectified mistake
Browse files
app.py
CHANGED
@@ -62,5 +62,5 @@ def chat_interface(input_prompts):
|
|
62 |
return outputs
|
63 |
|
64 |
|
65 |
-
chat_interface = gr.ChatInterface(chat_interface,
|
66 |
chat_interface.launch()
|
|
|
62 |
return outputs
|
63 |
|
64 |
|
65 |
+
chat_interface = gr.ChatInterface(chat_interface, title="CAMAI")
|
66 |
chat_interface.launch()
|