Spaces:
Sleeping
Sleeping
Correct namespace
Browse files- .gitignore +1 -0
- app.py +1 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from transformers import pipeline
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
qa_pipeline = pipeline("text2text-generation", model="
|
| 5 |
|
| 6 |
def answer_question(question):
|
| 7 |
prompt = f"Question: {question}\nAnswer as Peramanathan Sathyamoorthy in a concise, conversational tone:"
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
qa_pipeline = pipeline("text2text-generation", model="Peramanathan/cv-qa-model")
|
| 5 |
|
| 6 |
def answer_question(question):
|
| 7 |
prompt = f"Question: {question}\nAnswer as Peramanathan Sathyamoorthy in a concise, conversational tone:"
|