Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
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