Musawir19 commited on
Commit
8362b1b
·
verified ·
1 Parent(s): aacc1d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  # Define the path to your image (update it with the correct path)
5
  image_path = "college_logo.jpg" # Update this path if needed
6
- " # Update this path
7
 
8
  # Step 1: Load the Question Answering Pipeline
9
  qa_pipeline = pipeline("question-answering", model="distilbert-base-uncased-distilled-squad")
 
3
 
4
  # Define the path to your image (update it with the correct path)
5
  image_path = "college_logo.jpg" # Update this path if needed
6
+ # Update this path
7
 
8
  # Step 1: Load the Question Answering Pipeline
9
  qa_pipeline = pipeline("question-answering", model="distilbert-base-uncased-distilled-squad")