Blood076 commited on
Commit
31c20d2
·
verified ·
1 Parent(s): 23f168e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
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,
113
  title="King B",
114
  description="Story",
 
108
  # Interface de chat com as entradas adicionais visíveis
109
  chat_interface = gr.ChatInterface(
110
  fn=respond,
111
+ additional_inputs=[chat_input, character, initial_context_message, max_tokens, temperature, top_p],
112
  #outputs=chat_output,
113
  title="King B",
114
  description="Story",