BotifyCloudAdmin commited on
Commit
68d296f
·
verified ·
1 Parent(s): a16f8e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ with gr.Blocks() as demo:
75
  with gr.Column(visible=False) as chat_interface:
76
  chat = gr.ChatInterface(
77
  respond,
 
78
  additional_inputs=[
79
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
80
  gr.Dropdown(
 
75
  with gr.Column(visible=False) as chat_interface:
76
  chat = gr.ChatInterface(
77
  respond,
78
+ api_name=False,
79
  additional_inputs=[
80
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
81
  gr.Dropdown(