Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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")
|