Wootang01 commited on
Commit
dbc4967
1 Parent(s): 7155de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  title = "Next Sentence Generator"
3
  examples = [
4
  ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
  title = "Next Sentence Generator"
4
  examples = [
5
  ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],