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 |
-
gr.components.Textbox(label="
|
76 |
-
gr.components.Textbox(label="
|
77 |
-
gr.components.Textbox(label="
|
78 |
-
gr.components.Textbox(label="
|
79 |
],
|
80 |
outputs=['text', 'image']
|
81 |
)
|
|
|
72 |
demo = gr.Interface(
|
73 |
fn=Tree_Detection,
|
74 |
inputs=[
|
75 |
+
gr.components.Textbox(label="noise: dron=0, explosion=1, soundless=2"),
|
76 |
+
gr.components.Textbox(label="rotation: common=0, delay=1"),
|
77 |
+
gr.components.Textbox(label="power-up: no=0, yes=1"),
|
78 |
+
gr.components.Textbox(label="tempreture: high=0, normal=1"),
|
79 |
],
|
80 |
outputs=['text', 'image']
|
81 |
)
|