Spaces:
Runtime error
Runtime error
Commit ·
89c1b0d
1
Parent(s): 7d948ee
Update app.py
Browse files
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"]
|
| 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()
|