Update README.md
Browse files
README.md
CHANGED
@@ -118,7 +118,7 @@ if __name__ == "__main__":
|
|
118 |
print("AI Response:", answer)
|
119 |
except Exception as e:
|
120 |
print(f"Error: {str(e)}")
|
121 |
-
|
122 |
|
123 |
# 🧠 ReasonBench:复杂图形推理的视觉语言模型评估基准
|
124 |
|
|
|
118 |
print("AI Response:", answer)
|
119 |
except Exception as e:
|
120 |
print(f"Error: {str(e)}")
|
121 |
+
```
|
122 |
|
123 |
# 🧠 ReasonBench:复杂图形推理的视觉语言模型评估基准
|
124 |
|