Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -67,7 +67,7 @@ gr.close_all() | |
| 67 |  | 
| 68 | 
             
            demo = gr.Interface(fn = invoke, 
         | 
| 69 | 
             
                                inputs = [gr.Textbox(label = "Prompt", value = "If I dry one shirt in the sun, it takes 1 hour. How long do 3 shirts take?", lines = 1)],
         | 
| 70 | 
            -
                                outputs = [gr. | 
| 71 | 
             
                                description = description)
         | 
| 72 |  | 
| 73 | 
             
            demo.launch()
         | 
|  | |
| 67 |  | 
| 68 | 
             
            demo = gr.Interface(fn = invoke, 
         | 
| 69 | 
             
                                inputs = [gr.Textbox(label = "Prompt", value = "If I dry one shirt in the sun, it takes 1 hour. How long do 3 shirts take?", lines = 1)],
         | 
| 70 | 
            +
                                outputs = [gr.Markdown(label = "Completion", lines = 1, value = os.environ["COMPLETION"])],
         | 
| 71 | 
             
                                description = description)
         | 
| 72 |  | 
| 73 | 
             
            demo.launch()
         | 
