Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reshav1
/
test
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
reshav1
commited on
Feb 21, 2024
Commit
9b1d780
·
verified
·
1 Parent(s):
68ac2cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ model = GPT2LMHeadModel.from_pretrained(model_id)
6
7
text = "Hello"
8
9
-
outputs = model(
text
)
6
7
text = "Hello"
8
9
+
outputs = model(
**encoded_text
)