multimodalart HF Staff commited on
Commit
d645568
·
verified ·
1 Parent(s): 50e24fc

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -437,4 +437,6 @@ with gr.Blocks(title="Liquid Image → JSON") as demo:
437
  go.click(extract, [image, model_key, schema_store], result)
438
 
439
  if __name__ == "__main__":
440
- demo.queue(max_size=20).launch(theme=gr.themes.Citrus(), css=CSS, head=HEAD)
 
 
 
437
  go.click(extract, [image, model_key, schema_store], result)
438
 
439
  if __name__ == "__main__":
440
+ demo.queue(max_size=20).launch(
441
+ theme=gr.themes.Citrus(), css=CSS, head=HEAD, ssr_mode=False
442
+ )