Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -321,7 +321,7 @@ examples = [ | |
| 321 | 
             
            DESCRIPTION = """\
         | 
| 322 | 
             
            <img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
         | 
| 323 |  | 
| 324 | 
            -
            This is a demo of Gemma 3  | 
| 325 | 
             
            You can upload images, interleaved images and videos. Note that video input only supports single-turn conversation and mp4 input.
         | 
| 326 | 
             
            """
         | 
| 327 |  | 
| @@ -336,7 +336,7 @@ demo = gr.ChatInterface( | |
| 336 | 
             
                    gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
         | 
| 337 | 
             
                ],
         | 
| 338 | 
             
                stop_btn=False,
         | 
| 339 | 
            -
                title="Gemma 3  | 
| 340 | 
             
                description=DESCRIPTION,
         | 
| 341 | 
             
                examples=examples,
         | 
| 342 | 
             
                run_examples_on_click=False,
         | 
|  | |
| 321 | 
             
            DESCRIPTION = """\
         | 
| 322 | 
             
            <img src='https://huggingface.co/spaces/huggingface-projects/gemma-3-12b-it/resolve/main/assets/logo.png' id='logo' />
         | 
| 323 |  | 
| 324 | 
            +
            This is a demo of Gemma 3 27B it, a vision language model with outstanding performance on a wide range of tasks.
         | 
| 325 | 
             
            You can upload images, interleaved images and videos. Note that video input only supports single-turn conversation and mp4 input.
         | 
| 326 | 
             
            """
         | 
| 327 |  | 
|  | |
| 336 | 
             
                    gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
         | 
| 337 | 
             
                ],
         | 
| 338 | 
             
                stop_btn=False,
         | 
| 339 | 
            +
                title="Gemma 3 27B IT",
         | 
| 340 | 
             
                description=DESCRIPTION,
         | 
| 341 | 
             
                examples=examples,
         | 
| 342 | 
             
                run_examples_on_click=False,
         | 
 
			
