Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
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(
|
|
|
|
|
|
|
|
|
| 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 |
+
)
|