Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
prateekbh
/
product-descriptor
like
0
Sleeping
App
Files
Files
Community
prateekbh
commited on
Feb 26
Commit
7795b28
•
1 Parent(s):
9afa473
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -1,4 +1,2 @@
1
# Use a pipeline as a high-level helper
2
from transformers import pipeline
3
-
4
-
pipe = pipeline("text-generation", model="google/gemma-7b")
1
# Use a pipeline as a high-level helper
2
from transformers import pipeline