mattoofahaddcube commited on
Commit
d3a36c5
β€’
1 Parent(s): 16c5840

reame update

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ pinned: false
29
  3. Run the local server:
30
 
31
  ```bash
32
- uvicorn app:app --host 0.0.0.0 --port 5000
33
  ```
34
 
35
  ## Docker
 
29
  3. Run the local server:
30
 
31
  ```bash
32
+ uvicorn main:app --host 0.0.0.0 --port 5000
33
  ```
34
 
35
  ## Docker