Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -338,7 +338,7 @@ examples = [ 
     | 
|
| 338 | 
         
             
            ]
         
     | 
| 339 | 
         | 
| 340 | 
         
             
            # Gradio 인터페이스 생성
         
     | 
| 341 | 
         
            -
            demo = gr.Blocks(theme=" 
     | 
| 342 | 
         | 
| 343 | 
         
             
            with demo:
         
     | 
| 344 | 
         
             
                gr.Markdown("# 🎭 StyleGen : Flux Inpainting")
         
     | 
| 
         | 
|
| 338 | 
         
             
            ]
         
     | 
| 339 | 
         | 
| 340 | 
         
             
            # Gradio 인터페이스 생성
         
     | 
| 341 | 
         
            +
            demo = gr.Blocks(theme="soft")
         
     | 
| 342 | 
         | 
| 343 | 
         
             
            with demo:
         
     | 
| 344 | 
         
             
                gr.Markdown("# 🎭 StyleGen : Flux Inpainting")
         
     |