Youssouf Traore
commited on
Commit
·
f671022
1
Parent(s):
f7d6ced
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ def infer(im):
|
|
32 |
|
33 |
|
34 |
def gpt(text):
|
|
|
35 |
if not text:
|
36 |
return "Veuillez saisir une question."
|
37 |
f_prompt = f""" reformule ça
|
|
|
32 |
|
33 |
|
34 |
def gpt(text):
|
35 |
+
print(text)
|
36 |
if not text:
|
37 |
return "Veuillez saisir une question."
|
38 |
f_prompt = f""" reformule ça
|