Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Define the path to your image (update it with the correct path)
|
5 |
-
image_path = "
|
6 |
|
7 |
# Step 1: Load the Question Answering Pipeline
|
8 |
qa_pipeline = pipeline("question-answering", model="distilbert-base-uncased-distilled-squad")
|
|
|
2 |
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
|
6 |
|
7 |
# Step 1: Load the Question Answering Pipeline
|
8 |
qa_pipeline = pipeline("question-answering", model="distilbert-base-uncased-distilled-squad")
|