Musawir19 commited on
Commit
f5d8b9c
·
verified ·
1 Parent(s): 80a8733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "path_to_your_logo_image.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")
 
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")