Update app.py
Browse files
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="
|
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(
|