Spaces:
Build error
Build error
pablorodriper
commited on
Commit
•
d0ed5cc
1
Parent(s):
4bb637b
Update app.py
Browse files- app.py +2 -4
- examples/example_1.mp4 +0 -0
app.py
CHANGED
@@ -26,11 +26,9 @@ with demo:
|
|
26 |
with gr.Row():
|
27 |
submit_button = gr.Button("Submit")
|
28 |
|
29 |
-
gr.Markdown("The model is trained to classify videos belonging to the following classes: liver, kidney-right, kidney-left, femur-right, femur-left, bladder, heart, lung-right, lung-left, spleen
|
30 |
-
gr.Markdown("Examples")
|
31 |
|
32 |
-
|
33 |
-
gr.Examples(example_list, [input_video], [output_label], predict_label, cache_examples=True)
|
34 |
|
35 |
submit_button.click(predict_label, inputs=input_video, outputs=output_label)
|
36 |
|
|
|
26 |
with gr.Row():
|
27 |
submit_button = gr.Button("Submit")
|
28 |
|
29 |
+
gr.Markdown("The model is trained to classify videos belonging to the following classes: liver, kidney-right, kidney-left, femur-right, femur-left, bladder, heart, lung-right, lung-left, spleen and pancreas")
|
|
|
30 |
|
31 |
+
gr.Examples(example_list, [input_video], [output_label], predict_label, cache_examples=True)
|
|
|
32 |
|
33 |
submit_button.click(predict_label, inputs=input_video, outputs=output_label)
|
34 |
|
examples/example_1.mp4
DELETED
Binary file (7.19 kB)
|
|