Update app.py
Browse files
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
|