Spaces:
Runtime error
Runtime error
File size: 345 Bytes
09f5728 6bccbd3 09f5728 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
title: Image 2 Text Demo
emoji: 🏢
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
---
python3 -m venv venv
venv\Scripts\activate
pip freeze > requirements.txt
pip install -r requirements.txt
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|