Spaces:
Build error
Build error
updated
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def summarize(text):
|
|
17 |
summary = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in summary_ids]
|
18 |
return summary[0]
|
19 |
|
20 |
-
|
21 |
iface = gr.Interface(
|
22 |
fn=summarize,
|
23 |
inputs=gr.Textbox(lines=10, label="Input Dialogue"),
|
|
|
17 |
summary = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=False) for g in summary_ids]
|
18 |
return summary[0]
|
19 |
|
20 |
+
##
|
21 |
iface = gr.Interface(
|
22 |
fn=summarize,
|
23 |
inputs=gr.Textbox(lines=10, label="Input Dialogue"),
|