Blood076 commited on
Commit
c5ca1c7
·
verified ·
1 Parent(s): a26b8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
  # Interface de chat com as entradas adicionais visíveis
94
  chat_interface = gr.Interface(
95
  fn=respond,
96
- inputs=[respond, character, initial_context_message, max_tokens, temperature, top_p],
97
  outputs="label",
98
  title="King B",
99
  description="Story",
 
93
  # Interface de chat com as entradas adicionais visíveis
94
  chat_interface = gr.Interface(
95
  fn=respond,
96
+ inputs=["label", character, initial_context_message, max_tokens, temperature, top_p],
97
  outputs="label",
98
  title="King B",
99
  description="Story",