Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -58,7 +58,7 @@ with gr.Blocks() as demo: | |
| 58 | 
             
                            with gr.Row():
         | 
| 59 | 
             
                                btn = gr.Button("Laguage model think brrr ...")
         | 
| 60 |  | 
| 61 | 
            -
                            gr.Markdown("Note  | 
| 62 | 
             
                            example_text = gr.Dataset(components=[input_text], samples=examples)
         | 
| 63 | 
             
                            example_text.click(fn=set_example,
         | 
| 64 | 
             
                                            inputs = example_text,
         | 
|  | |
| 58 | 
             
                            with gr.Row():
         | 
| 59 | 
             
                                btn = gr.Button("Laguage model think brrr ...")
         | 
| 60 |  | 
| 61 | 
            +
                            gr.Markdown(" Note: Due to high number of visitors, inference API rate limit is too high and sometimes results in error, looking for solutions around this problem, thanks for understanding 🤗") 
         | 
| 62 | 
             
                            example_text = gr.Dataset(components=[input_text], samples=examples)
         | 
| 63 | 
             
                            example_text.click(fn=set_example,
         | 
| 64 | 
             
                                            inputs = example_text,
         | 

