Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -28,5 +28,5 @@ with gr.Blocks(theme=theme, title="Greeting Generator") as demo: | |
| 28 | 
             
                greet_btn.click(fn=greet, inputs=[name, style, excitement], outputs=output)
         | 
| 29 |  | 
| 30 | 
             
            # π Launch in browser
         | 
| 31 | 
            -
             | 
| 32 | 
            -
            demo.launch(inbrowser=True)
         | 
|  | |
| 28 | 
             
                greet_btn.click(fn=greet, inputs=[name, style, excitement], outputs=output)
         | 
| 29 |  | 
| 30 | 
             
            # π Launch in browser
         | 
| 31 | 
            +
            demo.launch()
         | 
| 32 | 
            +
            #demo.launch(inbrowser=True)
         | 

