Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,29 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
Activate venv environment
|
| 8 |
-
|
| 9 |
-
```
|
| 10 |
-
.\venv\Scripts\activate
|
| 11 |
-
```
|
| 12 |
-
|
| 13 |
-
To setup run
|
| 14 |
-
|
| 15 |
-
```
|
| 16 |
-
python setup.py
|
| 17 |
-
```
|
| 18 |
-
|
| 19 |
-
Run website
|
| 20 |
-
|
| 21 |
-
```
|
| 22 |
-
python app.py
|
| 23 |
-
```
|
| 24 |
-
|
| 25 |
-
Install pip modules
|
| 26 |
-
|
| 27 |
-
```
|
| 28 |
-
python -m pip install PACKAGENAME --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org
|
| 29 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ChatGS
|
| 3 |
+
sdk: docker
|
| 4 |
+
python_version: 3.10
|
| 5 |
+
app_port: 7860
|
| 6 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|