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

TF already compatible with Python 3.7 #7

Closed apolmig closed 4 years ago

apolmig commented 4 years ago

Hi, just tried it and works with Python 3.7, so that should not be an issue anymore, that way you can reduce friction to try the demo.

Btw, great work and awesome Streamlit If you can deploy it even better to evangelize.

randyzwitch commented 4 years ago

Thanks for the note @apolmig, I also confirmed that here https://github.com/streamlit/demo-face-gan/issues/6#issuecomment-649760646

I'll make a change to our README to indicate that 3.7 also works.