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