Youssouf Traore
commited on
Commit
·
ccb022b
1
Parent(s):
2600aa2
Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,9 @@ def infer(im):
|
|
33 |
return blocks
|
34 |
|
35 |
|
36 |
-
def gpt(
|
37 |
-
|
|
|
38 |
print(blocks)
|
39 |
if not text:
|
40 |
return "Veuillez saisir une question."
|
|
|
33 |
return blocks
|
34 |
|
35 |
|
36 |
+
def gpt(blocks):
|
37 |
+
text = "Sasuke est fort"
|
38 |
+
|
39 |
print(blocks)
|
40 |
if not text:
|
41 |
return "Veuillez saisir une question."
|