Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
4a8fb3a
1
Parent(s):
1929b2e
increase input image size
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ enable_queue = True
|
|
29 |
|
30 |
gr.Interface(
|
31 |
fn=predict,
|
32 |
-
inputs=gr.inputs.Image(shape=(
|
33 |
outputs=gr.outputs.Label(num_top_classes=3),
|
34 |
title=title,
|
35 |
description=description,
|
|
|
29 |
|
30 |
gr.Interface(
|
31 |
fn=predict,
|
32 |
+
inputs=gr.inputs.Image(shape=(1024, 1024)),
|
33 |
outputs=gr.outputs.Label(num_top_classes=3),
|
34 |
title=title,
|
35 |
description=description,
|