Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	[Update]Add links of paper, code and so on
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -40,6 +40,8 @@ css = ''' 
     | 
|
| 40 | 
         
             
            with gr.Blocks(css=css) as demo:
         
     | 
| 41 | 
         
             
                gr.Markdown("# Demo of UnlearnDiffAtk.")
         
     | 
| 42 | 
         
             
                gr.Markdown("### UnlearnDiffAtk is an effective and efficient adversarial prompt generation approach for unlearned diffusion models(DMs).")
         
     | 
| 
         | 
|
| 
         | 
|
| 43 | 
         
             
                gr.Markdown("### Please notice that the process may take a long time, but the results will be saved. You can try it later if it waits for too long.")
         
     | 
| 44 | 
         | 
| 45 | 
         
             
                with gr.Row() as udiff:
         
     | 
| 
         | 
|
| 40 | 
         
             
            with gr.Blocks(css=css) as demo:
         
     | 
| 41 | 
         
             
                gr.Markdown("# Demo of UnlearnDiffAtk.")
         
     | 
| 42 | 
         
             
                gr.Markdown("### UnlearnDiffAtk is an effective and efficient adversarial prompt generation approach for unlearned diffusion models(DMs).")
         
     | 
| 43 | 
         
            +
                gr.Markdown("####For more details, please visit the [project](https://www.optml-group.com/posts/mu_attack), 
         
     | 
| 44 | 
         
            +
            check the [code](https://github.com/OPTML-Group/Diffusion-MU-Attack), and read the [paper](https://arxiv.org/abs/2310.11868).")
         
     | 
| 45 | 
         
             
                gr.Markdown("### Please notice that the process may take a long time, but the results will be saved. You can try it later if it waits for too long.")
         
     | 
| 46 | 
         | 
| 47 | 
         
             
                with gr.Row() as udiff:
         
     |