Blood076 commited on
Commit
a2f57d7
·
verified ·
1 Parent(s): 45df0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
106
  )
107
 
108
  # Interface de chat com as entradas adicionais visíveis
109
- chat_interface = gr.Interface(
110
  fn=respond,
111
  inputs=[chat_input, character, initial_context_message, max_tokens, temperature, top_p],
112
  outputs=chat_output,
 
106
  )
107
 
108
  # Interface de chat com as entradas adicionais visíveis
109
+ chat_interface = gr.ChatInterface(
110
  fn=respond,
111
  inputs=[chat_input, character, initial_context_message, max_tokens, temperature, top_p],
112
  outputs=chat_output,