Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Noeies
/
Project003
like
0
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
Project003
/
Python
Noeies
Create Python
1b45fbc
verified
7 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
transformers
import
torch
import
gradio
as
gr
from
PIL
import
Image
print
(
"transformers version:"
, transformers.__version__)
print
(
"torch version:"
, torch.__version__)