Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,13 +36,13 @@ with gr.Blocks(title="Riksarkivet", theme=theme, css=css) as demo:
|
|
36 |
with gr.Column():
|
37 |
gr.Markdown("## Fast track")
|
38 |
gr.Video(
|
39 |
-
value="https://github.com/Borg93/htr_gradio_file_placeholder/
|
40 |
format="mp4",
|
41 |
)
|
42 |
with gr.Column():
|
43 |
gr.Markdown("## Stepwise")
|
44 |
gr.Video(
|
45 |
-
"https://github.com/Borg93/htr_gradio_file_placeholder/
|
46 |
format="mp4",
|
47 |
)
|
48 |
|
|
|
36 |
with gr.Column():
|
37 |
gr.Markdown("## Fast track")
|
38 |
gr.Video(
|
39 |
+
value="https://github.com/Borg93/htr_gradio_file_placeholder/raw/main/fast_track_record1.mp4",
|
40 |
format="mp4",
|
41 |
)
|
42 |
with gr.Column():
|
43 |
gr.Markdown("## Stepwise")
|
44 |
gr.Video(
|
45 |
+
"https://github.com/Borg93/htr_gradio_file_placeholder/raw/main/stepwise_track_record1.mp4",
|
46 |
format="mp4",
|
47 |
)
|
48 |
|