Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ print(f"CUDA version: {torch.version.cuda}")
|
|
13 |
print(f"Python version: {platform.python_version()}")
|
14 |
print(f"Pytorch version: {torch.__version__}")
|
15 |
print(f"Gradio version: {gr. __version__}")
|
|
|
16 |
|
17 |
"""
|
18 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
13 |
print(f"Python version: {platform.python_version()}")
|
14 |
print(f"Pytorch version: {torch.__version__}")
|
15 |
print(f"Gradio version: {gr. __version__}")
|
16 |
+
print(f"Spaces version: {spaces.__version__}")
|
17 |
|
18 |
"""
|
19 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|