Spaces:
Build error
Build error
added video placeholder
Browse files
app.py
CHANGED
@@ -9,7 +9,9 @@ with gr.Blocks(title='Cabasus') as cabasus_sensor:
|
|
9 |
csv_file_box = gr.File(label='Upload CSV File')
|
10 |
with gr.Row():
|
11 |
processed_file_box = gr.File(label='Processed CSV File')
|
12 |
-
json_file_box = gr.File(label='Generated Json file')
|
|
|
|
|
13 |
with gr.Row():
|
14 |
slice_size_slider = gr.inputs.Slider(16, 512, 1, 64, label="Slice Size")
|
15 |
sample_rate = gr.inputs.Slider(1, 199, 1, 20, label="Sample rate")
|
|
|
9 |
csv_file_box = gr.File(label='Upload CSV File')
|
10 |
with gr.Row():
|
11 |
processed_file_box = gr.File(label='Processed CSV File')
|
12 |
+
json_file_box = gr.File(label='Generated Json file')
|
13 |
+
|
14 |
+
video_box = gr.PlayableVideo(label='Video box')
|
15 |
with gr.Row():
|
16 |
slice_size_slider = gr.inputs.Slider(16, 512, 1, 64, label="Slice Size")
|
17 |
sample_rate = gr.inputs.Slider(1, 199, 1, 20, label="Sample rate")
|