Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.34.2
metadata
title: Handwritten Polynomial Solver
emoji: π§
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: '3.0'
app_file: app.py
pinned: false
Handwritten Polynomial Solver
This Space fine-tunes Pix2Tex on the Azu/HandwrittenβMathematicalβExpressionβConvertβLaTeX dataset (~12K handwritten math samples).
π Usage
- Train the model: Rename
app.py β app_ui.py
andtrain.py β app.py
, then rebuild the Space. - Switch to UI: Once you see
trained_model/
, rename back (app.py β train.py
,app_ui.py β app.py
) and rebuild.