Spaces:
Build error
Build error
XThomasBU
commited on
Commit
•
e488f16
1
Parent(s):
4308a1a
Update README.md
Browse files
README.md
CHANGED
@@ -47,9 +47,10 @@ Please visit [setup](https://dl4ds.github.io/dl4ds_tutor/guide/setup/) for more
|
|
47 |
```
|
48 |
- Note: You need to run the above command when you add new data to the `storage/data` directory, or if the `storage/data/urls.txt` file is updated.
|
49 |
|
50 |
-
|
51 |
```bash
|
52 |
-
|
|
|
53 |
```
|
54 |
|
55 |
## Documentation
|
|
|
47 |
```
|
48 |
- Note: You need to run the above command when you add new data to the `storage/data` directory, or if the `storage/data/urls.txt` file is updated.
|
49 |
|
50 |
+
6. **Run the FastAPI App**
|
51 |
```bash
|
52 |
+
cd code
|
53 |
+
uvicorn app:app --port 7860
|
54 |
```
|
55 |
|
56 |
## Documentation
|