Spaces:
Runtime error
Runtime error
Kuba Fietkiewicz
commited on
Commit
·
5053bf4
1
Parent(s):
de9e199
more documentation
Browse files
README.md
CHANGED
@@ -22,6 +22,12 @@ export OPENAI_API_KEY=
|
|
22 |
python app.py
|
23 |
```
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Pushing to github
|
26 |
Make sure that you have git lfs installed: https://git-lfs.com/
|
27 |
|
|
|
22 |
python app.py
|
23 |
```
|
24 |
|
25 |
+
or alternatively to watch for changes:
|
26 |
+
|
27 |
+
```
|
28 |
+
gradio app.py
|
29 |
+
```
|
30 |
+
|
31 |
## Pushing to github
|
32 |
Make sure that you have git lfs installed: https://git-lfs.com/
|
33 |
|