ml-sharp / requirements.txt
lidavidsh's picture
add gradio ui with seperate frontent/backend
a54f9b5
raw
history blame contribute delete
224 Bytes
# Front-end requirements for Hugging Face Spaces (Gradio UI)
# Deploy the Gradio app in src/sharp/web/app.py using these minimal dependencies.
# Install with: pip install -r requirements.txt
gradio==4.44.0
requests==2.32.5