Spaces:
Runtime error
Runtime error
Commit ·
6444711
1
Parent(s): a093a83
Update app.py
Browse files
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 |
-
|
| 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()
|