jonaschua commited on
Commit
0213716
·
verified ·
1 Parent(s): 4a5db3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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