Docfile commited on
Commit
67086b0
·
verified ·
1 Parent(s): 612150f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def query_gemini(image_path, prompt="Résous ce problème mathématiques. Je veu
39
  return str(e)
40
 
41
  # Fonction pour interroger Qwen2
42
- def query_qwen2(image_path, question="Résous ce problème mathématiques. Donne la réponse en utilisant LaTeX."):
43
  try:
44
  client = Client("Qwen/Qwen2-Math-Demo")
45
  result = client.predict(
 
39
  return str(e)
40
 
41
  # Fonction pour interroger Qwen2
42
+ def query_qwen2(image_path, question="Donne la réponse en français et en utilisant LaTeX."):
43
  try:
44
  client = Client("Qwen/Qwen2-Math-Demo")
45
  result = client.predict(