Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# For this demo we're using Gradio, Hugging Face Spaces, Pytorch and Hugging Face Transformers
|
2 |
-
import gradio as gr
|
3 |
from gradio.mix import Parallel, Series
|
4 |
# Summarizes Meeting Transcripts using Google Research's PEGASUS library
|
5 |
summarizer = gr.Interface.load("huggingface/google/pegasus-cnn_dailymail")
|
|
|
1 |
# For this demo we're using Gradio, Hugging Face Spaces, Pytorch and Hugging Face Transformers
|
2 |
+
import gradio as gr
|
3 |
from gradio.mix import Parallel, Series
|
4 |
# Summarizes Meeting Transcripts using Google Research's PEGASUS library
|
5 |
summarizer = gr.Interface.load("huggingface/google/pegasus-cnn_dailymail")
|