Spaces:
Runtime error
Runtime error
File size: 665 Bytes
2705160 62ad9da 2705160 d123508 2705160 4d5f444 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Template Final Assignment
emoji: 🕵🏻♂️
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
hf_oauth: true
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
hf_oauth_expiration_minutes: 480
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Getting started
```bash
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python app.py
```
TODO :
* If a url is provided, it's not an attachement, in needs to classify wether it's a web search (HTML) or a youtube video for example. |