Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,4 +483,4 @@ with gr.Blocks() as demo:
|
|
| 483 |
btn_refresh.click(fn=refresh_kb, inputs=[], outputs=refresh_output)
|
| 484 |
|
| 485 |
if __name__ == "__main__":
|
| 486 |
-
demo.launch()
|
|
|
|
| 483 |
btn_refresh.click(fn=refresh_kb, inputs=[], outputs=refresh_output)
|
| 484 |
|
| 485 |
if __name__ == "__main__":
|
| 486 |
+
demo.launch(ssr_mode=False)
|