Harpreet1313 commited on
Commit
89c1b0d
·
1 Parent(s): 7d948ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,6 +155,6 @@ app=gr.Interface(
155
  # fn= fun1,
156
  inputs=gr.Image(type="filepath"),
157
  outputs=[gr.Image(),gr.Image()],
158
- examples=[["1.jpg"],["2.jpg"],['3.jpg'],['Thumbnail.jpg'],['MCQPaper.jpg']],
159
  title="OMR Grading App")
160
  app.launch()
 
155
  # fn= fun1,
156
  inputs=gr.Image(type="filepath"),
157
  outputs=[gr.Image(),gr.Image()],
158
+ examples=[["1.jpg"],["2.jpg"]],
159
  title="OMR Grading App")
160
  app.launch()