Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ 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,
|
|
|
20 |
|
21 |
def proc_submission(
|
22 |
input_text: str,
|
23 |
+
model_type: str,
|
24 |
summary_type: str,
|
25 |
num_beams,
|
26 |
token_batch_length,
|