Spaces:
Runtime error
Runtime error
Commit
·
d9bd6a9
1
Parent(s):
ef4c284
Update app.py
Browse files
app.py
CHANGED
|
@@ -673,12 +673,7 @@ if __name__ == "__main__":
|
|
| 673 |
fn=proc_submission,
|
| 674 |
inputs=[
|
| 675 |
input_text,
|
| 676 |
-
model_name
|
| 677 |
-
token_batch_length,
|
| 678 |
-
length_penalty,
|
| 679 |
-
repetition_penalty,
|
| 680 |
-
no_repeat_ngram_size,
|
| 681 |
-
predrop_stopwords,
|
| 682 |
],
|
| 683 |
outputs=[output_text, summary_text, summary_scores, text_file],
|
| 684 |
)
|
|
|
|
| 673 |
fn=proc_submission,
|
| 674 |
inputs=[
|
| 675 |
input_text,
|
| 676 |
+
model_name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 677 |
],
|
| 678 |
outputs=[output_text, summary_text, summary_scores, text_file],
|
| 679 |
)
|