Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|