Youssouf Traore commited on
Commit
ccb022b
·
1 Parent(s): 2600aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -33,8 +33,9 @@ def infer(im):
33
  return blocks
34
 
35
 
36
- def gpt(text):
37
- print(text)
 
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."