Spaces:
Sleeping
Sleeping
Add reference
Browse files
app.py
CHANGED
@@ -79,11 +79,14 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
txt_item = gr.Textbox(label="Sample no.", min_width= 20)
|
80 |
txt_filename = gr.Textbox(label="SewerML file", min_width= 20)
|
81 |
txt_defect_class = gr.Textbox(label="Defect class", interactive=False, min_width= 150)
|
82 |
-
txt_xie_pred = gr.Textbox(label="Predictions (XIE = benchmark
|
83 |
with gr.Row():
|
84 |
prev_btn = gr.Button("Previous")
|
85 |
next_btn = gr.Button("Next")
|
86 |
-
rand_btn = gr.Button("Random")
|
|
|
|
|
|
|
87 |
with gr.Column(scale=1):
|
88 |
gr.Markdown('Multimodal descriptions')
|
89 |
with gr.Row():
|
|
|
79 |
txt_item = gr.Textbox(label="Sample no.", min_width= 20)
|
80 |
txt_filename = gr.Textbox(label="SewerML file", min_width= 20)
|
81 |
txt_defect_class = gr.Textbox(label="Defect class", interactive=False, min_width= 150)
|
82 |
+
txt_xie_pred = gr.Textbox(label="Predictions (XIE = benchmark*, 0 = No Defect, 1 = Defect)", min_width= 300, interactive=False)
|
83 |
with gr.Row():
|
84 |
prev_btn = gr.Button("Previous")
|
85 |
next_btn = gr.Button("Next")
|
86 |
+
rand_btn = gr.Button("Random")
|
87 |
+
with gr.Row():
|
88 |
+
gr.Markdown('*Xie, Qian, et al. "Automatic detection and classification of sewer defects via hierarchical deep learning." IEEE Transactions on Automation Science and Engineering 16.4 (2019): 1836-1847.')
|
89 |
+
|
90 |
with gr.Column(scale=1):
|
91 |
gr.Markdown('Multimodal descriptions')
|
92 |
with gr.Row():
|