Spaces:
Running
on
T4
Running
on
T4
Commit
·
39cf56a
1
Parent(s):
995c20f
Spaces: set hardware cpu-basic for Streamlit (avoid ZeroGPU)
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ sdk_version: "1.50.0"
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
hardware:
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
hardware: cpu-basic
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|