Ahsen Khaliq commited on
Commit
17b95b1
1 Parent(s): 13e7579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,9 +11,9 @@ def inference(image):
11
  return "out.jpg"
12
 
13
 
14
- title = "Anime2Sketch"
15
- description = "demo for Anime2Sketch. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
16
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
17
 
18
  gr.Interface(
19
  inference,
 
11
  return "out.jpg"
12
 
13
 
14
+ title = "Bytetrack"
15
+ description = "Gradio demo for ByteTrack: Multi-Object Tracking by Associating Every Detection Box. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
16
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.06864'> ByteTrack: Multi-Object Tracking by Associating Every Detection Box </a> | <a href=“ https://github.com/ifzhang/ByteTrack”>Github Repo</a></p>"
17
 
18
  gr.Interface(
19
  inference,