Spaces:
Runtime error
Runtime error
Commit
·
e0415cb
1
Parent(s):
b1fd752
Update gradio app file name
Browse files
README.md
CHANGED
|
@@ -114,13 +114,13 @@ python iebins_kittiofficial/test.py --data_path path to dataset --filenames_file
|
|
| 114 |
1. Install the gradio and other required libraries
|
| 115 |
|
| 116 |
```python
|
| 117 |
-
|
| 118 |
```
|
| 119 |
|
| 120 |
2. Run the demo
|
| 121 |
|
| 122 |
```python
|
| 123 |
-
python
|
| 124 |
```
|
| 125 |
|
| 126 |
## Qualitative Depth and Point Cloud Results
|
|
|
|
| 114 |
1. Install the gradio and other required libraries
|
| 115 |
|
| 116 |
```python
|
| 117 |
+
pip install gradio gradio_imageslider timm -q
|
| 118 |
```
|
| 119 |
|
| 120 |
2. Run the demo
|
| 121 |
|
| 122 |
```python
|
| 123 |
+
python app.py
|
| 124 |
```
|
| 125 |
|
| 126 |
## Qualitative Depth and Point Cloud Results
|