Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
66 |
seg_inputs = [
|
67 |
image,
|
68 |
seg_input,
|
69 |
-
max_new_tokens
|
70 |
]
|
71 |
seg_outputs = [
|
72 |
annotated_image
|
|
|
66 |
seg_inputs = [
|
67 |
image,
|
68 |
seg_input,
|
|
|
69 |
]
|
70 |
seg_outputs = [
|
71 |
annotated_image
|