Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
wvangils
/
Beatles_Poetry
Like
3
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
wvangils
commited on
Jun 22, 2022
Commit
66f5c45
·
1 Parent(s):
e05d372
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
#from transformers
import
pipeline
2
import gradio as gr
3
4
# Available models for pipeline
1
+
import
transformers
2
+
from transformers import pipeline
3
import gradio as gr
4
5
# Available models for pipeline