Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -121,8 +121,8 @@ model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True, | |
| 121 | 
             
            processor = AutoProcessor.from_pretrained(model_name, trust_remote_code=True)
         | 
| 122 |  | 
| 123 | 
             
            url = "https://huggingface.co/skt/A.X-4.0-VL-Light/resolve/main/assets/image.png"
         | 
| 124 | 
            -
             | 
| 125 | 
             
            # 이미지 출처: 국가유산포털 (https://www.heritage.go.kr/unisearch/images/national_treasure/thumb/2021042017434700.JPG)
         | 
|  | |
| 126 | 
             
            response = requests.get(url)
         | 
| 127 | 
             
            response.raise_for_status()
         | 
| 128 | 
             
            image = Image.open(BytesIO(response.content))
         | 
|  | |
| 121 | 
             
            processor = AutoProcessor.from_pretrained(model_name, trust_remote_code=True)
         | 
| 122 |  | 
| 123 | 
             
            url = "https://huggingface.co/skt/A.X-4.0-VL-Light/resolve/main/assets/image.png"
         | 
|  | |
| 124 | 
             
            # 이미지 출처: 국가유산포털 (https://www.heritage.go.kr/unisearch/images/national_treasure/thumb/2021042017434700.JPG)
         | 
| 125 | 
            +
             | 
| 126 | 
             
            response = requests.get(url)
         | 
| 127 | 
             
            response.raise_for_status()
         | 
| 128 | 
             
            image = Image.open(BytesIO(response.content))
         | 
