Demosthene-OR commited on
Commit
55eb5cd
1 Parent(s): 3340406

Update modelisation_seq2seq_tab.py

Browse files
Files changed (1) hide show
  1. tabs/modelisation_seq2seq_tab.py +2 -1
tabs/modelisation_seq2seq_tab.py CHANGED
@@ -90,7 +90,8 @@ def display_translation(n1, Lang,model_type):
90
  unsafe_allow_html=True)
91
  '''
92
  def fetch_translation(param):
93
- return requests.get(param)
 
94
 
95
 
96
  def display_translation(n1, Lang,model_type):
 
90
  unsafe_allow_html=True)
91
  '''
92
  def fetch_translation(param):
93
+ print("->"+param)
94
+ return requests.get(url=param)
95
 
96
 
97
  def display_translation(n1, Lang,model_type):