Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,7 @@ gr.Interface(
|
|
53 |
|
54 |
1. We first `import spaces` (importing it first might prevent some issues but is not mandatory)
|
55 |
2. Then we decorate the `generate` function by adding a `@spaces.GPU` line before its definition
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
1. We first `import spaces` (importing it first might prevent some issues but is not mandatory)
|
55 |
2. Then we decorate the `generate` function by adding a `@spaces.GPU` line before its definition
|
56 |
+
|
57 |
+
# Early access
|
58 |
+
|
59 |
+
Feel free to join this organization if you want to try ZeroGPU as a Space author. ✋ We should accept you shortly after checking your HF profile
|