Upload app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as demo:
|
|
95 |
btn5 = gr.Button("Get First Aid")
|
96 |
btn5.click(fn=first_aid_advice, inputs=first_aid_input, outputs=first_aid_output)
|
97 |
|
98 |
-
demo.launch(
|
|
|
95 |
btn5 = gr.Button("Get First Aid")
|
96 |
btn5.click(fn=first_aid_advice, inputs=first_aid_input, outputs=first_aid_output)
|
97 |
|
98 |
+
demo.launch(ssr_mode=False)
|