robertselvam commited on
Commit
2d3bde7
·
1 Parent(s): 059c9ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_land') as demo:
97
  inc= IncompleteSentenceFinder()
98
  incom_sen_btn.click(inc.get_incomplete_sentence,upload_button,incomplete_sentence)
99
 
100
- agg= AggressiveContentFinder(overall_filepath)
101
  aggres_sen_btn.click(agg.get_aggressive_content,upload_button,aggressive_sentence)
102
 
103
  demo.launch(debug=True)
 
97
  inc= IncompleteSentenceFinder()
98
  incom_sen_btn.click(inc.get_incomplete_sentence,upload_button,incomplete_sentence)
99
 
100
+ agg= AggressiveContentFinder()
101
  aggres_sen_btn.click(agg.get_aggressive_content,upload_button,aggressive_sentence)
102
 
103
  demo.launch(debug=True)