Spaces:
Build error
Build error
Matteo Sirri
commited on
Commit
•
8499b06
1
Parent(s):
179ee45
fix: fix log csv
Browse files- app.py +1 -1
- input_examples/log.csv +7 -0
app.py
CHANGED
@@ -58,4 +58,4 @@ io_custom = gr.Interface(frcnn_motsynth, gr.Image(type="pil"), gr.Image(
|
|
58 |
type="file", shape=(1920, 1080), label="Faster R-CNN trained on MOTSynth + FT on MOT17"))
|
59 |
|
60 |
gr.Parallel(io_baseline, io_custom, title=title,
|
61 |
-
description=description, examples=examples).launch(enable_queue=True)
|
|
|
58 |
type="file", shape=(1920, 1080), label="Faster R-CNN trained on MOTSynth + FT on MOT17"))
|
59 |
|
60 |
gr.Parallel(io_baseline, io_custom, title=title,
|
61 |
+
description=description, examples=examples,theme="huggingface").launch(enable_queue=True)
|
input_examples/log.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"001.jpg"
|
2 |
+
"002.jpg"
|
3 |
+
"003.jpg"
|
4 |
+
"004.jpg"
|
5 |
+
"005.jpg"
|
6 |
+
"006.jpg"
|
7 |
+
"007.jpg"
|