Spaces:
Sleeping
Sleeping
corrected an error which caused with the radio
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ examples_list = [['./test_images/test_0.jpg' ,"base"] ,
|
|
105 |
]
|
106 |
|
107 |
demo = gr.Interface(fn=image_classifier, inputs=["image",
|
108 |
-
gr.Radio(["
|
109 |
outputs="text",
|
110 |
examples = examples_list )
|
111 |
|
|
|
105 |
]
|
106 |
|
107 |
demo = gr.Interface(fn=image_classifier, inputs=["image",
|
108 |
+
gr.Radio(["baseline" , "performance" ,"latence"], label="mode")],
|
109 |
outputs="text",
|
110 |
examples = examples_list )
|
111 |
|