Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -85,11 +85,16 @@ def generate_image(lora_name, prompt, uploaded_image, width, height, guidance_sc | |
| 85 |  | 
| 86 | 
             
            # Example data
         | 
| 87 | 
             
            examples = [
         | 
| 88 | 
            -
                ["3D_Chibi", "3D Chibi style | 
| 89 | 
            -
             | 
| 90 | 
            -
                [" | 
| 91 | 
            -
             | 
| 92 | 
            -
                [" | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 93 | 
             
            ]
         | 
| 94 |  | 
| 95 | 
             
            # Gradio interface setup
         | 
|  | |
| 85 |  | 
| 86 | 
             
            # Example data
         | 
| 87 | 
             
            examples = [
         | 
| 88 | 
            +
                ["3D_Chibi", "3D Chibi style, Two smiling colleagues enthusiastically high-five in front of a whiteboard filled with technical notes about multimodal learning, reflecting a moment of success and collaboration at OpenAI.", 
         | 
| 89 | 
            +
                 Image.open("./test_imgs/00.png"), 680, 1024, 3.5, 24, 42],
         | 
| 90 | 
            +
                ["Clay_Toy", "Clay Toy style, Three team members from OpenAI are gathered around a laptop in a cozy, festive setting, with holiday decorations in the background; one waves cheerfully while the others engage in light conversation, reflecting a relaxed and collaborative atmosphere.", 
         | 
| 91 | 
            +
                 Image.open("./test_imgs/01.png"), 560, 1024, 3.5, 24, 42],
         | 
| 92 | 
            +
                ["American_Cartoon", "American Cartoon style, In a dramatic and comedic moment from a classic Chinese film, an intense elder with a white beard and red hat grips a younger man, declaring something with fervor, while the subtitle at the bottom reads 'I want them all' — capturing both tension and humor.",  
         | 
| 93 | 
            +
                 Image.open("./test_imgs/02.png"), 568, 1024, 3.5, 24, 42],
         | 
| 94 | 
            +
                ["Origami", "Origami style, A thrilled fan wearing a Portugal football kit poses energetically with a smiling Cristiano Ronaldo, who gives a thumbs-up, as they stand side by side in a casual, cheerful moment—capturing the excitement of meeting a football legend.", 
         | 
| 95 | 
            +
                 Image.open("./test_imgs/03.png"), 768, 672, 3.5, 24, 42],
         | 
| 96 | 
            +
                ["Macaron", "Macaron style, A man glances admiringly at a passing woman, while his girlfriend looks at him in disbelief, perfectly capturing the theme of shifting attention and misplaced priorities in a humorous, relatable way.", 
         | 
| 97 | 
            +
                 Image.open("./test_imgs/04.png"), 696, 1024, 3.5, 24, 42]
         | 
| 98 | 
             
            ]
         | 
| 99 |  | 
| 100 | 
             
            # Gradio interface setup
         |