MeiJuice commited on
Commit
6889a60
·
1 Parent(s): bc2f099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -42,6 +42,9 @@ with gr.Blocks() as demo:
42
  button1.click(predict_en, inputs=[t1], outputs=[label1, score1], api_name='predict_en')
43
  button2.click(predict_zh, inputs=[t2], outputs=[label2, score2], api_name='predict_zh')
44
 
 
 
 
45
 
46
 
47
  demo.launch()
 
42
  button1.click(predict_en, inputs=[t1], outputs=[label1, score1], api_name='predict_en')
43
  button2.click(predict_zh, inputs=[t2], outputs=[label2, score2], api_name='predict_zh')
44
 
45
+ gr.Markdown("""
46
+ <center><a href="https://clustrmaps.com/site/1bunn" title='Visit tracker'><img src="//www.clustrmaps.com/map_v2.png?d=8kMOCu2ulreZ_7l-HCuhaNgRvPpqKGPZxGzf4Ex1jr8&cl=ffffff"/></a></center>
47
+ """)
48
 
49
 
50
  demo.launch()