Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ def create_demo():
|
|
| 235 |
together_conversation_history= gr.State(value=None)
|
| 236 |
# Button actions
|
| 237 |
together_submit_btn.click(
|
| 238 |
-
fn=
|
| 239 |
inputs=[together_api_key, together_problem_input, together_image_input, together_conversation_history],
|
| 240 |
outputs=[together_solution_output, together_conversation_history]
|
| 241 |
)
|
|
|
|
| 235 |
together_conversation_history= gr.State(value=None)
|
| 236 |
# Button actions
|
| 237 |
together_submit_btn.click(
|
| 238 |
+
fn=gen_math_sol_together,
|
| 239 |
inputs=[together_api_key, together_problem_input, together_image_input, together_conversation_history],
|
| 240 |
outputs=[together_solution_output, together_conversation_history]
|
| 241 |
)
|