Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -7,6 +7,7 @@ from serpapi import GoogleSearch | |
| 7 | 
             
            import torch
         | 
| 8 | 
             
            from diffusers import StableDiffusionPipeline
         | 
| 9 | 
             
            from bokeh.models.widgets import Button
         | 
|  | |
| 10 | 
             
            from bokeh.models import CustomJS
         | 
| 11 | 
             
            from streamlit_bokeh_events import streamlit_bokeh_events
         | 
| 12 | 
             
            import base64
         | 
|  | |
| 7 | 
             
            import torch
         | 
| 8 | 
             
            from diffusers import StableDiffusionPipeline
         | 
| 9 | 
             
            from bokeh.models.widgets import Button
         | 
| 10 | 
            +
            from bokeh.models.widgets.buttons import Button
         | 
| 11 | 
             
            from bokeh.models import CustomJS
         | 
| 12 | 
             
            from streamlit_bokeh_events import streamlit_bokeh_events
         | 
| 13 | 
             
            import base64
         |