abalakrishnaTRI
commited on
Commit
•
94bbc1a
1
Parent(s):
dfd565a
clean readme
Browse files
README.md
CHANGED
@@ -23,9 +23,12 @@ These can both be installed from source from the following git repos:
|
|
23 |
|
24 |
## Usage
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
29 |
|
30 |
To run the demo, run the following commands:
|
31 |
|
|
|
23 |
|
24 |
## Usage
|
25 |
|
26 |
+
The main script to run is `interactive_demo.py`, while the implementation of
|
27 |
+
the Gradio Controller (`serve/gradio_controller.py`) and Gradio Web Server
|
28 |
+
(`serve/gradio_web_server.py`) are within `serve`. All of this code is heavily
|
29 |
+
adapted from the [LLaVA Github Repo:](https://github.com/haotian-liu/LLaVA/blob/main/llava/serve/).
|
30 |
+
More details on how this code was modified from the original LLaVA repo is provided in the
|
31 |
+
relevant source files.
|
32 |
|
33 |
To run the demo, run the following commands:
|
34 |
|