Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/Grok-test-2
Ateeqq
/
exnrt.com-Grok-Test
like
8
Runtime error
App
Files
Files
Community
310ffe7
exnrt.com-Grok-Test
/
app.py
Omnibus
Create app.py
497ea18
verified
8 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
torch
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"keyfan/grok-1-hf"
, trust_remote_code=
True
)
print
(pipe(
"hello?"
))