update
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -25,4 +25,5 @@ with gr.Blocks() as demo: 
     | 
|
| 25 | 
         
             
                    gr.Textbox(placeholder="Have you ever seen a tsunami ?", label="Source")
         
     | 
| 26 | 
         
             
                    gr.Textbox(placeholder="Have you ever seen a tiramisu ?", label="Hypothesis")
         
     | 
| 27 | 
         | 
| 
         | 
|
| 28 | 
         
             
            demo.launch()
         
     | 
| 
         | 
|
| 25 | 
         
             
                    gr.Textbox(placeholder="Have you ever seen a tsunami ?", label="Source")
         
     | 
| 26 | 
         
             
                    gr.Textbox(placeholder="Have you ever seen a tiramisu ?", label="Hypothesis")
         
     | 
| 27 | 
         | 
| 28 | 
         
            +
             
     | 
| 29 | 
         
             
            demo.launch()
         
     |