Commit c71043da authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #7943 from gogasca:patch-3

PiperOrigin-RevId: 285498103
parents ae8e6dae 77e064d8
...@@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo: ...@@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo:
Using Colab: Using Colab:
```python ```python
import os os.environ['PYTHONPATH'] += ":/path/to/models" import os
os.environ['PYTHONPATH'] += ":/path/to/models"
``` ```
3. Install dependencies: 3. Install dependencies:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment