Harpreet1313 commited on
Commit
6444711
·
1 Parent(s): a093a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,6 +166,6 @@ app=gr.Interface(
166
  inputs=gr.Image(type="filepath"),
167
  outputs=[gr.Image(),gr.Image()],
168
  examples=[["1.jpg"],["2.jpg"]],
169
- title="OMR Grading App"),
170
- description= description_markdown
171
  app.launch()
 
166
  inputs=gr.Image(type="filepath"),
167
  outputs=[gr.Image(),gr.Image()],
168
  examples=[["1.jpg"],["2.jpg"]],
169
+ title="OMR Grading App",
170
+ description= description_markdown)
171
  app.launch()