prajdabre commited on
Commit
3b91f8a
·
1 Parent(s): fd3b0e9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pad_id = tokenizer._convert_token_to_id_with_added_voc("<pad>")
22
 
23
 
24
 
25
- def greet(choice, lang, input):
26
  if choice == "IndicWikiBio":
27
  model = wbmodel
28
  elif choice == "IndicHeadlineGeneration":
 
22
 
23
 
24
 
25
+ def greet(input, task, lang):
26
  if choice == "IndicWikiBio":
27
  model = wbmodel
28
  elif choice == "IndicHeadlineGeneration":