-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Error generated when editing source file on GAN demo #1215
Copy link
Copy link
Closed
Labels
feature:cacheRelated to `st.cache_data` and `st.cache_resource`Related to `st.cache_data` and `st.cache_resource`feature:cache-hash-funcRelated to cache hashing functionsRelated to cache hashing functionstype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Summary
If you install and run the GAN Demo, when you edit the source file you receive an error message.
Steps to reproduce
Do the following:
git clone https://github.com/streamlit/demo-face-gan.git
cd demo-face-gan
pip install -r requirements.txt
streamlit run app.py
Edit any of the source file after running the above.
Expected behavior:
If you install and run the GAN Demo it should continue to run when you edit the source file.
Actual behavior:
If you edit the source file, it throws an error message.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature:cacheRelated to `st.cache_data` and `st.cache_resource`Related to `st.cache_data` and `st.cache_resource`feature:cache-hash-funcRelated to cache hashing functionsRelated to cache hashing functionstype:bugSomething isn't working as expectedSomething isn't working as expected