Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -229,10 +229,10 @@ iface = gr.Interface( | |
| 229 | 
             
                theme=gr.themes.Default(primary_hue="pink",font=[gr.themes.GoogleFont("Mochiy Pop One")]),
         | 
| 230 | 
             
                css=css,
         | 
| 231 | 
             
                fn=generate,
         | 
| 232 | 
            -
                inputs=[gr.Image(label=" | 
| 233 | 
             
                outputs=gr.Image(label="Generated Logo"),
         | 
| 234 | 
            -
                title=" | 
| 235 | 
            -
                description="①Upload photo you wanna  | 
| 236 | 
             
                #examples=[["image.jpeg", "gojiteji", os.environ["sdkey"]]],
         | 
| 237 |  | 
| 238 | 
             
                allow_flagging=False
         | 
|  | |
| 229 | 
             
                theme=gr.themes.Default(primary_hue="pink",font=[gr.themes.GoogleFont("Mochiy Pop One")]),
         | 
| 230 | 
             
                css=css,
         | 
| 231 | 
             
                fn=generate,
         | 
| 232 | 
            +
                inputs=[gr.Image(label="Your Photo", type="pil"), gr.Textbox(label="Your Name(*alphabet only!*)"), gr.Textbox(label="Stability AI API Key")],
         | 
| 233 | 
             
                outputs=gr.Image(label="Generated Logo"),
         | 
| 234 | 
            +
                title="Kawaii Logo Generator",
         | 
| 235 | 
            +
                description="①Upload photo you wanna make Kawaii❤️ <br>② Input the name(*alphabet only!*)⭐️ <br>③ Set your Stability AI API key🔑(https://platform.stability.ai/account/keys) <br>④Press Submit🧙",
         | 
| 236 | 
             
                #examples=[["image.jpeg", "gojiteji", os.environ["sdkey"]]],
         | 
| 237 |  | 
| 238 | 
             
                allow_flagging=False
         | 
