Spaces:
Runtime error
Runtime error
remoe share
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ GroupViT: Semantic Segmentation Emerges from Text Supervision
|
|
| 144 |
gr.Interface(
|
| 145 |
inference,
|
| 146 |
inputs=[
|
| 147 |
-
gr.inputs.Dropdown(dataset_options, type='value', label='
|
| 148 |
gr.inputs.Textbox(
|
| 149 |
lines=1, placeholder=None, default='', label='More classes'),
|
| 150 |
gr.inputs.Image(type='filepath')
|
|
@@ -154,4 +154,4 @@ gr.Interface(
|
|
| 154 |
description=description,
|
| 155 |
article=article,
|
| 156 |
examples=examples).launch(
|
| 157 |
-
enable_queue=True
|
|
|
|
| 144 |
gr.Interface(
|
| 145 |
inference,
|
| 146 |
inputs=[
|
| 147 |
+
gr.inputs.Dropdown(dataset_options, type='value', label='Category list'),
|
| 148 |
gr.inputs.Textbox(
|
| 149 |
lines=1, placeholder=None, default='', label='More classes'),
|
| 150 |
gr.inputs.Image(type='filepath')
|
|
|
|
| 154 |
description=description,
|
| 155 |
article=article,
|
| 156 |
examples=examples).launch(
|
| 157 |
+
enable_queue=True)
|