fix a couple typos in README.md

#15
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,7 +30,7 @@ ZeroGPU uses _Nvidia A100_ GPU devices under the hood (40GB of vRAM are availabl
30
  # Compatibility
31
 
32
  *ZeroGPU* Spaces should mostly be compatible with any PyTorch-based GPU Space.<br>
33
- Compatibilty with high level HF libraries like `transformers` or `diffusers` is slightly more guaranteed<br>
34
  That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
35
 
36
  Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
@@ -38,7 +38,7 @@ Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
38
  Supported versions:
39
  - Gradio: 4+
40
  - PyTorch: All versions from `2.0.0` to `2.2.0`
41
- - Pyton: `3.10.13`
42
 
43
  # Usage
44
 
 
30
  # Compatibility
31
 
32
  *ZeroGPU* Spaces should mostly be compatible with any PyTorch-based GPU Space.<br>
33
+ Compatibility with high level HF libraries like `transformers` or `diffusers` is slightly more guaranteed<br>
34
  That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
35
 
36
  Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
 
38
  Supported versions:
39
  - Gradio: 4+
40
  - PyTorch: All versions from `2.0.0` to `2.2.0`
41
+ - Python: `3.10.13`
42
 
43
  # Usage
44