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

Update app.py

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