Commit
·
39b5d72
1
Parent(s):
c9bdf34
Disable embedding (#33)
Browse files- Disable embedding (309f4f9e5a0087416807987404dac0fda5686db4)
Co-authored-by: Radamés Ajna <[email protected]>
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 3.3.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
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 |
+
disable_embedding: true
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|