ZennethKenneth commited on
Commit
35b2994
·
verified ·
1 Parent(s): 061103a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
28
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
29
  """
30
  athena = gr.ChatInterface(
31
- fn=respond
32
  additional_inputs=[
33
  gr.Textbox(value=
34
  """
 
28
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
29
  """
30
  athena = gr.ChatInterface(
31
+ fn=respond,
32
  additional_inputs=[
33
  gr.Textbox(value=
34
  """