Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	update requirements.txt
Browse files- functions.py +1 -1
- requirements.txt +60 -85
    	
        functions.py
    CHANGED
    
    | @@ -57,7 +57,7 @@ def lineage_population_model(): | |
| 57 | 
             
                file = st.file_uploader('Upload an image or choose an example')
         | 
| 58 | 
             
                example_image = Image.open('./images/lineage_population_examples/'+selected_box2).convert("RGB")
         | 
| 59 |  | 
| 60 | 
            -
                col1, col2= st. | 
| 61 |  | 
| 62 | 
             
                if file:
         | 
| 63 | 
             
                    input = Image.open(file).convert("RGB")
         | 
|  | |
| 57 | 
             
                file = st.file_uploader('Upload an image or choose an example')
         | 
| 58 | 
             
                example_image = Image.open('./images/lineage_population_examples/'+selected_box2).convert("RGB")
         | 
| 59 |  | 
| 60 | 
            +
                col1, col2= st.columns(2)
         | 
| 61 |  | 
| 62 | 
             
                if file:
         | 
| 63 | 
             
                    input = Image.open(file).convert("RGB")
         | 
    	
        requirements.txt
    CHANGED
    
    | @@ -1,89 +1,64 @@ | |
| 1 | 
            -
            altair== | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
            defusedxml==0.7.1
         | 
| 18 | 
            -
            entrypoints==0.3
         | 
| 19 | 
            -
            flatbuffers==2.0
         | 
| 20 | 
            -
            gitdb==4.0.7
         | 
| 21 | 
            -
            GitPython==3.1.18
         | 
| 22 | 
            -
            idna==3.2
         | 
| 23 | 
             
            imutils==0.5.4
         | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 28 | 
            -
             | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 37 | 
            -
             | 
| 38 | 
            -
             | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 43 | 
            -
             | 
| 44 | 
            -
             | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
            packaging==21.0
         | 
| 48 | 
            -
            pandas==1.3.1
         | 
| 49 | 
            -
            pandocfilters==1.4.3
         | 
| 50 | 
            -
            parso==0.8.2
         | 
| 51 | 
            -
            pexpect==4.8.0
         | 
| 52 | 
            -
            pickleshare==0.7.5
         | 
| 53 | 
            -
            Pillow==8.3.1
         | 
| 54 | 
            -
            plotly==5.1.0
         | 
| 55 | 
            -
            prometheus-client==0.11.0
         | 
| 56 | 
            -
            prompt-toolkit==3.0.19
         | 
| 57 | 
            -
            protobuf==3.17.3
         | 
| 58 | 
            -
            ptyprocess==0.7.0
         | 
| 59 | 
            -
            pyarrow==5.0.0
         | 
| 60 | 
            -
            pycparser==2.20
         | 
| 61 | 
            -
            pydeck==0.6.2
         | 
| 62 | 
            -
            Pygments==2.9.0
         | 
| 63 | 
            -
            pyparsing==2.4.7
         | 
| 64 | 
            -
            pyrsistent==0.18.0
         | 
| 65 | 
             
            python-dateutil==2.8.2
         | 
| 66 | 
            -
            pytz== | 
| 67 | 
            -
             | 
| 68 | 
            -
            requests==2. | 
| 69 | 
            -
             | 
| 70 | 
            -
             | 
| 71 | 
            -
             | 
| 72 | 
             
            six==1.16.0
         | 
| 73 | 
            -
             | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 76 | 
            -
             | 
| 77 | 
            -
             | 
| 78 | 
            -
             | 
|  | |
| 79 | 
             
            toml==0.10.2
         | 
| 80 | 
            -
            toolz==0. | 
| 81 | 
            -
            tornado==6. | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
| 87 | 
            -
             | 
| 88 | 
            -
            webencodings==0.5.1
         | 
| 89 | 
            -
            widgetsnbextension==3.5.1
         | 
|  | |
| 1 | 
            +
            altair==5.0.1
         | 
| 2 | 
            +
            attrs==23.1.0
         | 
| 3 | 
            +
            blinker==1.6.2
         | 
| 4 | 
            +
            cachetools==5.3.1
         | 
| 5 | 
            +
            certifi==2023.5.7
         | 
| 6 | 
            +
            charset-normalizer==3.1.0
         | 
| 7 | 
            +
            click==8.1.3
         | 
| 8 | 
            +
            coloredlogs==15.0.1
         | 
| 9 | 
            +
            decorator==5.1.1
         | 
| 10 | 
            +
            flatbuffers==23.5.26
         | 
| 11 | 
            +
            functions==0.7.0
         | 
| 12 | 
            +
            gitdb==4.0.10
         | 
| 13 | 
            +
            GitPython==3.1.31
         | 
| 14 | 
            +
            humanfriendly==10.0
         | 
| 15 | 
            +
            idna==3.4
         | 
| 16 | 
            +
            importlib-metadata==6.6.0
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 17 | 
             
            imutils==0.5.4
         | 
| 18 | 
            +
            Jinja2==3.1.2
         | 
| 19 | 
            +
            joblib==1.2.0
         | 
| 20 | 
            +
            jsonschema==4.17.3
         | 
| 21 | 
            +
            markdown-it-py==2.2.0
         | 
| 22 | 
            +
            MarkupSafe==2.1.3
         | 
| 23 | 
            +
            mdurl==0.1.2
         | 
| 24 | 
            +
            mpmath==1.3.0
         | 
| 25 | 
            +
            numpy==1.24.3
         | 
| 26 | 
            +
            onnxruntime==1.15.0
         | 
| 27 | 
            +
            opencv-python==4.7.0.72
         | 
| 28 | 
            +
            packaging==23.1
         | 
| 29 | 
            +
            pandas==2.0.2
         | 
| 30 | 
            +
            pathlib==1.0.1
         | 
| 31 | 
            +
            patsy==0.5.3
         | 
| 32 | 
            +
            Pillow==9.5.0
         | 
| 33 | 
            +
            plotly==5.15.0
         | 
| 34 | 
            +
            plotly-express==0.4.1
         | 
| 35 | 
            +
            protobuf==4.23.2
         | 
| 36 | 
            +
            pyarrow==12.0.0
         | 
| 37 | 
            +
            pydeck==0.8.1b0
         | 
| 38 | 
            +
            Pygments==2.15.1
         | 
| 39 | 
            +
            Pympler==1.0.1
         | 
| 40 | 
            +
            pyrsistent==0.19.3
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 41 | 
             
            python-dateutil==2.8.2
         | 
| 42 | 
            +
            pytz==2023.3
         | 
| 43 | 
            +
            pytz-deprecation-shim==0.1.0.post0
         | 
| 44 | 
            +
            requests==2.31.0
         | 
| 45 | 
            +
            rich==13.4.1
         | 
| 46 | 
            +
            scikit-learn==1.2.2
         | 
| 47 | 
            +
            scipy==1.10.1
         | 
| 48 | 
             
            six==1.16.0
         | 
| 49 | 
            +
            sklearn==0.0.post5
         | 
| 50 | 
            +
            smmap==5.0.0
         | 
| 51 | 
            +
            statsmodels==0.14.0
         | 
| 52 | 
            +
            streamlit==1.23.1
         | 
| 53 | 
            +
            sympy==1.12
         | 
| 54 | 
            +
            tenacity==8.2.2
         | 
| 55 | 
            +
            threadpoolctl==3.1.0
         | 
| 56 | 
             
            toml==0.10.2
         | 
| 57 | 
            +
            toolz==0.12.0
         | 
| 58 | 
            +
            tornado==6.3.2
         | 
| 59 | 
            +
            typing_extensions==4.6.3
         | 
| 60 | 
            +
            tzdata==2023.3
         | 
| 61 | 
            +
            tzlocal==4.3
         | 
| 62 | 
            +
            urllib3==2.0.3
         | 
| 63 | 
            +
            validators==0.20.0
         | 
| 64 | 
            +
            zipp==3.15.0
         | 
|  | |
|  | 

