BotifyCloudAdmin commited on
Commit
338c269
·
verified ·
1 Parent(s): f6ac6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,6 +107,7 @@ with gr.Blocks() as demo:
107
 
108
  chat = gr.ChatInterface(
109
  respond,
 
110
  chatbot=gr.Chatbot(height=400), # Set the desired height here
111
  additional_inputs=[system_prompt, model_choice, max_tokens, temperature, top_p] # Pass extra parameters
112
  )
 
107
 
108
  chat = gr.ChatInterface(
109
  respond,
110
+ api_name=False,
111
  chatbot=gr.Chatbot(height=400), # Set the desired height here
112
  additional_inputs=[system_prompt, model_choice, max_tokens, temperature, top_p] # Pass extra parameters
113
  )