kmkarakaya commited on
Commit
41e98d3
·
1 Parent(s): 5e5252b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,5 +50,6 @@ demo = gr.Interface(fn=generate_review,
50
  flagging_options=["good","moderate", "non-sense", ]
51
  #flagging_dir='./flags'
52
  )
53
- #demo.launch('share=True', 'enable_queue=True')
 
54
  demo.launch()
 
50
  flagging_options=["good","moderate", "non-sense", ]
51
  #flagging_dir='./flags'
52
  )
53
+
54
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=Auto_Review_Generation_in_Turkish)")
55
  demo.launch()