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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -16,6 +16,13 @@ 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
 
 
 
 
 
 
 
19
  """
20
 
21
 
 
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
19
+ Packages that work::::::::::
20
+ Is CUDA available: True
21
+ CUDA device: NVIDIA A100-SXM4-80GB MIG 3g.40gb
22
+ CUDA version: 12.1
23
+ Python version: 3.10.13
24
+ Pytorch version: 2.4.0+cu121
25
+ Gradio version: 5.0.1
26
  """
27
 
28