yes2code commited on
Commit
8e2e958
·
1 Parent(s): 7d83082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  #iface.launch()
8
 
9
- from transformers import pipeline
10
 
11
  get_completion = pipeline("summarization", model="sshleifer/distilbart-cnn-12-6")
12
 
 
6
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
  #iface.launch()
8
 
9
+ #from transformers import pipeline
10
 
11
  get_completion = pipeline("summarization", model="sshleifer/distilbart-cnn-12-6")
12