Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -439,7 +439,7 @@ with gr.Blocks(title="Liquid Image → JSON") as demo:
|
|
| 439 |
|
| 440 |
with gr.Row(equal_height=False):
|
| 441 |
with gr.Column(scale=5):
|
| 442 |
-
image = gr.Image(type="pil", label="Image", height=300
|
| 443 |
model_key = gr.Radio(
|
| 444 |
choices=[("450M · ⚡ fastest", "450M"), ("1.6B · 🎯 most accurate", "1.6B")],
|
| 445 |
value="1.6B",
|
|
|
|
| 439 |
|
| 440 |
with gr.Row(equal_height=False):
|
| 441 |
with gr.Column(scale=5):
|
| 442 |
+
image = gr.Image(type="pil", label="Image", height=300)
|
| 443 |
model_key = gr.Radio(
|
| 444 |
choices=[("450M · ⚡ fastest", "450M"), ("1.6B · 🎯 most accurate", "1.6B")],
|
| 445 |
value="1.6B",
|