hyunjunian commited on
Commit
1ea9426
·
1 Parent(s): ab2f0d3

add favicon

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. favicon.svg +3 -0
app.py CHANGED
@@ -41,4 +41,4 @@ with gr.Blocks(analytics_enabled=False) as demo:
41
  dep = input_img.stream(abnormal_stream, [input_img], [output_label])
42
 
43
  if __name__ == "__main__":
44
- demo.launch()
 
41
  dep = input_img.stream(abnormal_stream, [input_img], [output_label])
42
 
43
  if __name__ == "__main__":
44
+ demo.launch(favicon_path='./favicon.svg')
favicon.svg ADDED