Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -702,6 +702,8 @@ models2=[ 
     | 
|
| 702 | 
         
             
                gr.Interface.load(f"models/{models[641]}",live=True,preprocess=False),
         
     | 
| 703 | 
         
             
                gr.Interface.load(f"models/{models[642]}",live=True,preprocess=False),
         
     | 
| 704 | 
         
             
                gr.Interface.load(f"models/{models[643]}",live=True,preprocess=False),
         
     | 
| 
         | 
|
| 
         | 
|
| 705 | 
         | 
| 706 | 
         
             
                #Because there's a model 0, to know the number of models you add 1 to {models[n]}
         
     | 
| 707 | 
         
             
            ]
         
     | 
| 
         @@ -770,7 +772,7 @@ with gr.Blocks(css=css) as myface: 
     | 
|
| 770 | 
         
             
                            </body>
         
     | 
| 771 | 
         
             
                          </div>
         
     | 
| 772 | 
         
             
                          <p style="margin-bottom: 9px; color: #aaaaaa;">
         
     | 
| 773 | 
         
            -
                          <h3>Top  
     | 
| 774 | 
         
             
                        </div>
         
     | 
| 775 | 
         
             
                        """)
         
     | 
| 776 | 
         
             
                with gr.Row():
         
     | 
| 
         | 
|
| 702 | 
         
             
                gr.Interface.load(f"models/{models[641]}",live=True,preprocess=False),
         
     | 
| 703 | 
         
             
                gr.Interface.load(f"models/{models[642]}",live=True,preprocess=False),
         
     | 
| 704 | 
         
             
                gr.Interface.load(f"models/{models[643]}",live=True,preprocess=False),
         
     | 
| 705 | 
         
            +
                gr.Interface.load(f"models/{models[644]}",live=True,preprocess=False),
         
     | 
| 706 | 
         
            +
                gr.Interface.load(f"models/{models[645]}",live=True,preprocess=False),
         
     | 
| 707 | 
         | 
| 708 | 
         
             
                #Because there's a model 0, to know the number of models you add 1 to {models[n]}
         
     | 
| 709 | 
         
             
            ]
         
     | 
| 
         | 
|
| 772 | 
         
             
                            </body>
         
     | 
| 773 | 
         
             
                          </div>
         
     | 
| 774 | 
         
             
                          <p style="margin-bottom: 9px; color: #aaaaaa;">
         
     | 
| 775 | 
         
            +
                          <h3>Top 646 Blitz Diffusion Models - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><p style="color:#8150df;"><b>Toy World!</b></p></u></a></h3></p>
         
     | 
| 776 | 
         
             
                        </div>
         
     | 
| 777 | 
         
             
                        """)
         
     | 
| 778 | 
         
             
                with gr.Row():
         
     |