Spaces:
Sleeping
Sleeping
Quentin Gallouédec
commited on
Commit
·
0645dec
1
Parent(s):
717b93d
now we're good
Browse files
app.py
CHANGED
|
@@ -23,6 +23,10 @@ with gr.Blocks() as demo:
|
|
| 23 |
|
| 24 |
Usage:
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
```python
|
| 27 |
>>> from environments import load
|
| 28 |
>>> env = load("qgallouedec/counter")
|
|
|
|
| 23 |
|
| 24 |
Usage:
|
| 25 |
|
| 26 |
+
```shell
|
| 27 |
+
pip install git+https://github.com/huggingface/environments.git
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
```python
|
| 31 |
>>> from environments import load
|
| 32 |
>>> env = load("qgallouedec/counter")
|