Spaces:
Runtime error
Runtime error
Commit
·
1f7194a
1
Parent(s):
91fd8f8
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from transformers import pipeline
|
|
|
2 |
|
3 |
summarizer = pipeline("summarization", model="t5-base", tokenizer="t5-base", truncation=True, framework="tf")
|
4 |
|
|
|
1 |
from transformers import pipeline
|
2 |
+
import gradio as gr
|
3 |
|
4 |
summarizer = pipeline("summarization", model="t5-base", tokenizer="t5-base", truncation=True, framework="tf")
|
5 |
|