macaodha / batdetect2

Other
53 stars 10 forks source link

Add 'gradio' to requirements.txt #13

Closed arky closed 1 year ago

arky commented 1 year ago

Perhaps it is a good idea to add gradio to environment as it is being used by the app.py

mbsantiago commented 1 year ago

Thank you for your suggestion, @arky! The reason we didn't include gradio in the environment is that it's not essential for the model to run. The app.py module primarily focuses on setting up the visualization app hosted at Hugging Face, and in their environment, gradio is already installed. But if you still believe it would be nice to include gradio please let us know your thoughts. Thanks again!

arky commented 1 year ago

Indeed @mbsantiago, Makes perfect sense.