murkasad commited on
Commit
f8e9dd4
·
verified ·
1 Parent(s): d41441c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # Code 4 - Let's create an UI using Gradio
 
2
  import gradio as gr
3
 
4
  # Code 5 - define a function to summarize text
 
1
  # Code 4 - Let's create an UI using Gradio
2
+ from transformers import pipeline
3
  import gradio as gr
4
 
5
  # Code 5 - define a function to summarize text