Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update media file paths
Browse files
    	
        .gitattributes
    CHANGED
    
    | @@ -35,4 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text | |
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
| 36 | 
             
            *.png filter=lfs diff=lfs merge=lfs -text
         | 
| 37 | 
             
            *.whl filter=lfs diff=lfs merge=lfs -text
         | 
| 38 | 
            -
             | 
|  | |
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
| 36 | 
             
            *.png filter=lfs diff=lfs merge=lfs -text
         | 
| 37 | 
             
            *.whl filter=lfs diff=lfs merge=lfs -text
         | 
| 38 | 
            +
            *.mp4 filter=lfs diff=lfs merge=lfs -text
         | 
    	
        app.py
    CHANGED
    
    | @@ -206,19 +206,19 @@ examples = [ | |
| 206 | 
             
                [
         | 
| 207 | 
             
                    {
         | 
| 208 | 
             
                        "text": "Write the matplotlib code to generate the same bar chart.",
         | 
| 209 | 
            -
                        "files": ["assets/ | 
| 210 | 
             
                    }
         | 
| 211 | 
             
                ],
         | 
| 212 | 
             
                [
         | 
| 213 | 
             
                    {
         | 
| 214 | 
             
                        "text": "What is odd about this video?",
         | 
| 215 | 
            -
                        "files": ["assets/ | 
| 216 | 
             
                    }
         | 
| 217 | 
             
                ],
         | 
| 218 | 
             
                [
         | 
| 219 | 
             
                    {
         | 
| 220 | 
             
                        "text": "I already have this supplement <image> and I want to buy this one <image>. Any warnings I should know about?",
         | 
| 221 | 
            -
                        "files": ["assets/ | 
| 222 | 
             
                    }
         | 
| 223 | 
             
                ],
         | 
| 224 | 
             
                [
         | 
|  | |
| 206 | 
             
                [
         | 
| 207 | 
             
                    {
         | 
| 208 | 
             
                        "text": "Write the matplotlib code to generate the same bar chart.",
         | 
| 209 | 
            +
                        "files": ["assets/additional-examples/barchart.png"],
         | 
| 210 | 
             
                    }
         | 
| 211 | 
             
                ],
         | 
| 212 | 
             
                [
         | 
| 213 | 
             
                    {
         | 
| 214 | 
             
                        "text": "What is odd about this video?",
         | 
| 215 | 
            +
                        "files": ["assets/additional-examples/tmp.mp4"],
         | 
| 216 | 
             
                    }
         | 
| 217 | 
             
                ],
         | 
| 218 | 
             
                [
         | 
| 219 | 
             
                    {
         | 
| 220 | 
             
                        "text": "I already have this supplement <image> and I want to buy this one <image>. Any warnings I should know about?",
         | 
| 221 | 
            +
                        "files": ["assets/additional-examples/pill1.png", "assets/additional-examples/pill2.png"],
         | 
| 222 | 
             
                    }
         | 
| 223 | 
             
                ],
         | 
| 224 | 
             
                [
         | 
    	
        assets/{sample-images β additional-examples}/barchart.png
    RENAMED
    
    | 
											File without changes
										 | 
    	
        assets/{sample-images β additional-examples}/pill1.png
    RENAMED
    
    | 
											File without changes
										 | 
    	
        assets/{sample-images β additional-examples}/pill2.png
    RENAMED
    
    | 
											File without changes
										 | 
    	
        assets/{sample-images β additional-examples}/tmp.mp4
    RENAMED
    
    | 
            File without changes
         | 

