Merge branch 'main' of https://huggingface.co/spaces/iamkb/mars-demo into main
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ iface = gr.Interface(
|
|
210 |
placeholder="Labels here separated by ;;"),
|
211 |
gr.inputs.Radio(choices=[False, True],
|
212 |
label="Multi-label?")],
|
213 |
-
outputs=gr.outputs.Label(
|
214 |
#interpretation="default",
|
215 |
examples=prep_examples())
|
216 |
|
|
|
210 |
placeholder="Labels here separated by ;;"),
|
211 |
gr.inputs.Radio(choices=[False, True],
|
212 |
label="Multi-label?")],
|
213 |
+
outputs=gr.outputs.Label(),
|
214 |
#interpretation="default",
|
215 |
examples=prep_examples())
|
216 |
|