SakuraD commited on
Commit
d4ed5f1
1 Parent(s): 7312740
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Uniformer_image_demo
3
  emoji: 🏃
4
  colorFrom: pink
5
  colorTo: green
 
1
  ---
2
+ title: Uniformer_video_demo
3
  emoji: 🏃
4
  colorFrom: pink
5
  colorTo: green
app.py CHANGED
@@ -99,7 +99,7 @@ with demo:
99
  gr.Markdown(
100
  """
101
  # UniFormer-S
102
- Gradio demo for <a href='https://github.com/Sense-X/UniFormer' target='_blank'>UniFormer</a>: To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
103
  """
104
  )
105
 
 
99
  gr.Markdown(
100
  """
101
  # UniFormer-S
102
+ Gradio demo for <a href='https://github.com/Sense-X/UniFormer' target='_blank'>UniFormer</a>: To use it, simply upload your video, or click one of the examples to load them. Read more at the links below.
103
  """
104
  )
105