streamlit / demo-face-gan

A demonstration of using a live Tensorflow session to create an interactive face-GAN explorer.
Apache License 2.0
297 stars 169 forks source link

Missing requirements.txt #35

Closed haellingsen closed 2 years ago

randyzwitch commented 2 years ago

This repo isn't missing the requirements file per se, it uses pyproject/poetry:

https://github.com/streamlit/demo-face-gan/blob/master/pyproject.toml

Best, Randy