Sanzana Lora commited on
Commit
1ba02d7
·
verified ·
1 Parent(s): be6ec4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -38,12 +38,7 @@ def cross_lingual_summarization(article_text, target_language):
38
  )
39
 
40
  return summary
41
- #return {
42
- # 'source_language': source_language,
43
- # 'target_language': target_language,
44
- # 'original_article': article_text,
45
- # 'summary': summary
46
- #}
47
 
48
  # Example articles
49
  sample_articles = [
 
38
  )
39
 
40
  return summary
41
+
 
 
 
 
 
42
 
43
  # Example articles
44
  sample_articles = [