Spaces:
Runtime error
Runtime error
Commit
·
24ec0d4
1
Parent(s):
ec0e247
adding prompt
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def clear_chat():
|
|
35 |
return []
|
36 |
|
37 |
def create_prompt():
|
38 |
-
prompt_template = """Asnwer the questions regarding the
|
39 |
Use the following context to answer.
|
40 |
If you don't know the answer, just say I don't know.
|
41 |
|
|
|
35 |
return []
|
36 |
|
37 |
def create_prompt():
|
38 |
+
prompt_template = """Asnwer the questions regarding the conversation in the Audio .
|
39 |
Use the following context to answer.
|
40 |
If you don't know the answer, just say I don't know.
|
41 |
|