Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webis-huggingface-workshop
/
guldeniz-first-space
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
371d0c3
guldeniz-first-space
/
app.py
Guldeniz
Update app.py
371d0c3
almost 3 years ago
raw
Copy download link
history
blame
90 Bytes
1
import
gradio
as
gr
2
3
gr.Interface.load(
"huggingface/google/pegasus-xsum4"
).launch();