Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ image = gr.Image()
|
|
35 |
text = ["text"]
|
36 |
examples = ['page_10.jpg']
|
37 |
|
38 |
-
intf = gr.Interface(fn=predict, inputs=image,
|
39 |
intf.launch(inline=False)
|
40 |
|
|
|
35 |
text = ["text"]
|
36 |
examples = ['page_10.jpg']
|
37 |
|
38 |
+
intf = gr.Interface(fn=predict, inputs=image, outputs=text, examples=examples)
|
39 |
intf.launch(inline=False)
|
40 |
|