abalakrishnaTRI
commited on
Commit
•
dfd565a
1
Parent(s):
c361680
clean readme
Browse files
README.md
CHANGED
@@ -23,15 +23,15 @@ These can both be installed from source from the following git repos:
|
|
23 |
|
24 |
## Usage
|
25 |
|
26 |
-
Start Gradio Controller: `serve/gradio_controller.py`
|
27 |
-
Start Gradio Web Server: `serve/gradio_web_server.py`
|
28 |
Run interactive demo: `interactive_demo.py`
|
29 |
|
30 |
To run the demo, run the following commands:
|
31 |
|
32 |
-
Start Gradio Controller: `python -m serve.controller --host 0.0.0.0 --port 10000`
|
33 |
-
Start Gradio Web Server: `python -m serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --share`
|
34 |
-
Run interactive demo: `CUDA_VISIBLE_DEVICES=0 python -m interactive_demo --port 40000 --model_dir <PATH TO MODEL CKPT>`
|
35 |
|
36 |
## Contributing
|
37 |
|
|
|
23 |
|
24 |
## Usage
|
25 |
|
26 |
+
+ Start Gradio Controller: `serve/gradio_controller.py`
|
27 |
+
+ + Start Gradio Web Server: `serve/gradio_web_server.py`
|
28 |
Run interactive demo: `interactive_demo.py`
|
29 |
|
30 |
To run the demo, run the following commands:
|
31 |
|
32 |
+
+ Start Gradio Controller: `python -m serve.controller --host 0.0.0.0 --port 10000`
|
33 |
+
+ Start Gradio Web Server: `python -m serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --share`
|
34 |
+
+ Run interactive demo: `CUDA_VISIBLE_DEVICES=0 python -m interactive_demo --port 40000 --model_dir <PATH TO MODEL CKPT>`
|
35 |
|
36 |
## Contributing
|
37 |
|