julien-c HF staff mrfakename commited on
Commit
3b19079
1 Parent(s): 25a95be

Fix minor typo (#2)

Browse files

- Fix minor typo (3efdf0734828c2aa331cada9696a60dee13c2657)


Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This is achieved by making Spaces efficiently hold and release GPUs as needed
27
  Compatibilty with high level HF libraries like `transformers` or `diffusers` is slightly more guaranteed<br>
28
  That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
29
 
30
- Also, for now, ZeroGPU Spaces only work with the **Gradio SDK**
31
 
32
  # Usage
33
 
 
27
  Compatibilty with high level HF libraries like `transformers` or `diffusers` is slightly more guaranteed<br>
28
  That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
29
 
30
+ Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
31
 
32
  # Usage
33