altndrr commited on
Commit
26b1205
1 Parent(s): 2eca6de

Add thumbnail

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. assets/thumbnail.png +0 -0
app.py CHANGED
@@ -75,7 +75,8 @@ demo = gr.Interface(
75
  article=f"Check out <a href={PAPER_URL}>the original paper</a> for more information.",
76
  examples="./artifacts/examples/",
77
  allow_flagging='never',
78
- theme=gr.themes.Soft()
 
79
  )
80
 
81
  demo.launch(share=False)
 
75
  article=f"Check out <a href={PAPER_URL}>the original paper</a> for more information.",
76
  examples="./artifacts/examples/",
77
  allow_flagging='never',
78
+ theme=gr.themes.Soft(),
79
+ thumbnail="./assets/thumbnail.png",
80
  )
81
 
82
  demo.launch(share=False)
assets/thumbnail.png ADDED