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

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -191,6 +191,4 @@ with gr.Blocks(title="Math Solution Classifier") as demo:
191
  inputs=[q_in, s_in],
192
  )
193
 
194
- @spaces.CPU # UI served from the CPU worker
195
- def launch_app():
196
- return demo
 
191
  inputs=[q_in, s_in],
192
  )
193
 
194
+