kakil commited on
Commit
576b922
·
verified ·
1 Parent(s): 231bf1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  # Use a pipeline as a high-level helper
6
  from transformers import pipeline
7
 
8
- text_summary = pipline("summarization", model="sshleifer/distilbart-cnn-12-6", torch_dtype=torch.bfloat16)
9
 
10
 
11
  # Run locally
 
5
  # Use a pipeline as a high-level helper
6
  from transformers import pipeline
7
 
8
+ text_summary = pipeline("summarization", model="sshleifer/distilbart-cnn-12-6", torch_dtype=torch.bfloat16)
9
 
10
 
11
  # Run locally