Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ def test(image):
|
|
72 |
demo = gr.Interface(
|
73 |
fn=Tree_Detection,
|
74 |
inputs={
|
75 |
-
'
|
76 |
-
'
|
77 |
-
'
|
78 |
-
'
|
79 |
},
|
80 |
outputs=['text', 'image']
|
81 |
)
|
|
|
72 |
demo = gr.Interface(
|
73 |
fn=Tree_Detection,
|
74 |
inputs={
|
75 |
+
'noise': gr.components.Textbox(label="说明1:"),
|
76 |
+
'rotaion': gr.components.Textbox(label="说明2:"),
|
77 |
+
'power_up': gr.components.Textbox(label="说明3:"),
|
78 |
+
'temp': gr.components.Textbox(label="说明4:"),
|
79 |
},
|
80 |
outputs=['text', 'image']
|
81 |
)
|