mcamargo00 commited on
Commit
faf4392
·
verified ·
1 Parent(s): e0f1848

Upload 4 files

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -190,5 +190,7 @@ with gr.Blocks(title="Math Solution Classifier") as demo:
190
  ],
191
  inputs=[q_in, s_in],
192
  )
 
 
193
 
194
 
 
190
  ],
191
  inputs=[q_in, s_in],
192
  )
193
+ app = demo # Gradio SDK looks for “app”
194
+
195
 
196