File size: 432 Bytes
9fc6f91 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Github Repo LLM
emoji: π©βπ»
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 4.29.0
app_file: main.py
pinned: false
license: apache-2.0
hf_oauth: true
hf_oauth_scopes:
- read-repos
---
### Up and Running
`python -m venv .venv`
`source .venv/bin/activate`
`pip3 install -r requirements.txt`
`python3 main.py https://github.com/streamlit/streamlit`
where the URL is the repo you want to ask questions about |