Spaces:
Sleeping
Sleeping
File size: 201 Bytes
7ec746b |
1 2 3 4 5 6 7 8 9 |
# torch==1.12.0 # torchvision==0.13.0 # gradio==3.1.4 torch==2.3.0 torchvision==0.18.0 gradio==4.40.0 # ----> 4 print(gradio.__version_) # AttributeError: module 'gradio' has no attribute '__version_' |