Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,6 @@ with gr.Blocks(css=css) as demo:
|
|
133 |
fn=math_chat_bot,
|
134 |
inputs=[input_image, input_sketchpad, input_text, state],
|
135 |
outputs=output_md,
|
136 |
-
streaming=True
|
137 |
)
|
138 |
|
139 |
demo.launch()
|
|
|
133 |
fn=math_chat_bot,
|
134 |
inputs=[input_image, input_sketchpad, input_text, state],
|
135 |
outputs=output_md,
|
|
|
136 |
)
|
137 |
|
138 |
demo.launch()
|