Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -79,7 +79,7 @@ def generate_image(prompt, base="Realistic", motion="", step=8, progress=gr.Prog | |
| 79 | 
             
            # Gradio Interface
         | 
| 80 | 
             
            with gr.Blocks(css="style.css") as demo:
         | 
| 81 | 
             
                gr.HTML(
         | 
| 82 | 
            -
                    "<h1><center>Mochi 1</center></h1>" | 
| 83 |  | 
| 84 | 
             
                )
         | 
| 85 | 
             
                with gr.Group():
         | 
|  | |
| 79 | 
             
            # Gradio Interface
         | 
| 80 | 
             
            with gr.Blocks(css="style.css") as demo:
         | 
| 81 | 
             
                gr.HTML(
         | 
| 82 | 
            +
                    "<h1><center>Mochi 1</center></h1>"
         | 
| 83 |  | 
| 84 | 
             
                )
         | 
| 85 | 
             
                with gr.Group():
         | 
