Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,6 @@ def inference(
|
|
96 |
|
97 |
inputs = [
|
98 |
gr.inputs.Image(type="filepath", label="Input Image"),
|
99 |
-
image_in,model_choice, prob_threshold_slider, classes_to_show
|
100 |
gr.inputs.Dropdown(
|
101 |
label="Model Path",
|
102 |
choices=[
|
|
|
96 |
|
97 |
inputs = [
|
98 |
gr.inputs.Image(type="filepath", label="Input Image"),
|
|
|
99 |
gr.inputs.Dropdown(
|
100 |
label="Model Path",
|
101 |
choices=[
|