Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Mycha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Docfile
commited on
Oct 6, 2023
Commit
d013388
·
1 Parent(s):
e383d14
Update ff.py
Browse files
Files changed (1)
hide
show
ff.py
+1
-1
ff.py
CHANGED
Viewed
@@ -47,7 +47,7 @@ def gpt(prompt):
47
)
48
49
print(answer)
50
-
return
answer
51
52
def gpt_francais(french_prompt,choix):
53
47
)
48
49
print(answer)
50
+
return
"non bouge ! "
51
52
def gpt_francais(french_prompt,choix):
53