Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	fix example error
Browse files
    	
        app.py
    CHANGED
    
    | @@ -97,7 +97,8 @@ with gr.Blocks() as demo: | |
| 97 | 
             
                with gr.Row():
         | 
| 98 | 
             
                    gr.Markdown("""
         | 
| 99 | 
             
            ## Character Consistancy Image Generation based on Flux
         | 
| 100 | 
            -
            -  | 
|  | |
| 101 | 
             
            """)
         | 
| 102 |  | 
| 103 | 
             
                with gr.Row():
         | 
|  | |
| 97 | 
             
                with gr.Row():
         | 
| 98 | 
             
                    gr.Markdown("""
         | 
| 99 | 
             
            ## Character Consistancy Image Generation based on Flux
         | 
| 100 | 
            +
            - The model can be downloaded at https://huggingface.co/ashen0209/Flux-Character-Consitancy
         | 
| 101 | 
            +
            - The model is currently only good at generating consistent images of single human subject, multi-subjects and common object are not as satisfactory, but it will improved soon
         | 
| 102 | 
             
            """)
         | 
| 103 |  | 
| 104 | 
             
                with gr.Row():
         |