Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ logging.basicConfig(
|
|
20 |
|
21 |
def proc_submission(
|
22 |
input_text: str,
|
23 |
-
model_type: str
|
24 |
-
summary_type: str
|
25 |
num_beams,
|
26 |
token_batch_length,
|
27 |
length_penalty,
|
|
|
20 |
|
21 |
def proc_submission(
|
22 |
input_text: str,
|
23 |
+
model_type: str
|
24 |
+
summary_type: str,
|
25 |
num_beams,
|
26 |
token_batch_length,
|
27 |
length_penalty,
|