Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,16 +1,14 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
            -
            title:  | 
| 3 | 
            -
            emoji:  | 
| 4 | 
            -
            colorFrom:  | 
| 5 | 
            -
            colorTo:  | 
| 6 | 
            -
            sdk:  | 
| 7 | 
            -
            sdk_version:  | 
| 8 | 
            -
            app_file:  | 
| 9 | 
             
            pinned: false
         | 
| 10 | 
            -
            header: mini
         | 
| 11 | 
            -
            license: creativeml-openrail-m
         | 
| 12 | 
            -
            short_description: pdf scraper RAG
         | 
| 13 | 
            -
            form: RAG
         | 
| 14 | 
             
            ---
         | 
| 15 |  | 
| 16 | 
            -
             | 
|  | |
|  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            title: PDF Information and Inference
         | 
| 3 | 
            +
            emoji: 🗞️
         | 
| 4 | 
            +
            colorFrom: blue
         | 
| 5 | 
            +
            colorTo: red
         | 
| 6 | 
            +
            sdk: gradio
         | 
| 7 | 
            +
            sdk_version: 3.50.2
         | 
| 8 | 
            +
            app_file: gradio_app.py
         | 
| 9 | 
             
            pinned: false
         | 
|  | |
|  | |
|  | |
|  | |
| 10 | 
             
            ---
         | 
| 11 |  | 
| 12 | 
            +
            # PDF Information and Inference
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            This Gradio app allows you to upload a PDF and ask questions about its content using Retrieval-Augmented Generation.
         |