Gabriel commited on
Commit
091b76d
1 Parent(s): e39dd33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/blob/main/eating_spaghetti.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/blob/main/htr_tool_media_cut.mp4",
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