Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks() as demo:
|
|
251 |
clear = gr.Button("Clear")
|
252 |
|
253 |
msg.submit(
|
254 |
-
bot_streaming
|
255 |
inputs=[msg, chatbot, together_api_key, max_new_tokens, temperature],
|
256 |
outputs=chatbot
|
257 |
)
|
|
|
251 |
clear = gr.Button("Clear")
|
252 |
|
253 |
msg.submit(
|
254 |
+
bot_streaming,
|
255 |
inputs=[msg, chatbot, together_api_key, max_new_tokens, temperature],
|
256 |
outputs=chatbot
|
257 |
)
|