StephenSAI commited on
Commit
a25a4ab
·
verified ·
1 Parent(s): c56431c

Disable experimental SSR mode (massive latency reduction)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,4 +108,4 @@ with gr.Blocks(title="AI Image Detector — Scam.AI") as demo:
108
 
109
 
110
  if __name__ == "__main__":
111
- demo.launch(theme=gr.themes.Soft(primary_hue="blue"))
 
108
 
109
 
110
  if __name__ == "__main__":
111
+ demo.launch(theme=gr.themes.Soft(primary_hue="blue"), ssr_mode=False)