Spaces:
Running
Running
Add org card (#1)
Browse files- Add org card (eff8bd63791e9da2f63c6debaf5a37881bdbaacb)
README.md
CHANGED
|
@@ -7,4 +7,35 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<div style="background-color: #2717a1; color: #f8f7fe; border-radius: 8px; padding: 0.5rem 1rem; ">
|
| 11 |
+
<span style="font-weight: 600;">Want to try out the dev mode on Hugging Face Spaces?</span> Use the "Request to join this org" button to join the waitlist.
|
| 12 |
+
</div>
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
# Spaces Dev Mode (feature preview)
|
| 16 |
+
|
| 17 |
+
**Members of this organization have early access to the new "Dev Mode" feature on Spaces.**
|
| 18 |
+
|
| 19 |
+
## About Dev Mode
|
| 20 |
+
|
| 21 |
+
When the "Dev mode" is enabled on Space, you can connect to it using SSH or VS Code.
|
| 22 |
+
|
| 23 |
+
You can make changes to your application code, run some debug tools, ...
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
Changes reflect to your Space after you hit the "Refresh" button.
|
| 28 |
+
|
| 29 |
+
When you are done, you can persist your changes using `git` as you would normally do when developping locally.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
## How to enable the dev mode
|
| 33 |
+
|
| 34 |
+
Go to your Space's settings and click on "Enable dev mode".
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
## Limitations
|
| 39 |
+
|
| 40 |
+
The dev mode is currently only available for Gradio and Streamlit Spaces.
|
| 41 |
+
|