Xinyang Li commited on
Commit
f8f5319
·
unverified ·
1 Parent(s): 387851c

Revise demo app and backend instructions in README

Browse files

Updated instructions for running the demo app and backend.

Files changed (1) hide show
  1. README.md +2 -13
README.md CHANGED
@@ -50,20 +50,9 @@ git clone https://github.com/imlixinyang/FlashWorld.git
50
  cd FlashWorld
51
  ```
52
 
53
- - download the pre-trained model by:
54
  ```
55
- wget https://huggingface.co/imlixinyang/flashworld_ckpt/resolve/main/model.ckpt?download=true -O model.ckpt
56
- ```
57
-
58
- - run our demo backend by:
59
- ```
60
- python backend.py
61
- ```
62
-
63
- - open frontend webpage at ```index.html```, possibly by:
64
- ```
65
- pip install tiny-http-server
66
- tiny-http-server --directory / --port 8081 --bind 0.0.0.0 --auth username:password
67
  ```
68
 
69
  Then, enjoy your journey in FlashWorld!
 
50
  cd FlashWorld
51
  ```
52
 
53
+ - run our demo app by:
54
  ```
55
+ python app.py
 
 
 
 
 
 
 
 
 
 
 
56
  ```
57
 
58
  Then, enjoy your journey in FlashWorld!