Fix
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ pad_id = tokenizer._convert_token_to_id_with_added_voc("<pad>")
|
|
22 |
|
23 |
|
24 |
|
25 |
-
def greet(
|
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":
|