Spaces:
Sleeping
Sleeping
Commit
·
3a6f8eb
1
Parent(s):
a3efdb3
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,8 +46,8 @@ demo = gr.Interface(
|
|
| 46 |
fn=process_document,
|
| 47 |
inputs="image",
|
| 48 |
outputs="json",
|
| 49 |
-
title="Prueba nuestra API",
|
| 50 |
-
description=description,
|
| 51 |
#article=article,
|
| 52 |
enable_queue=True,
|
| 53 |
#examples=[["example.png"], ["example_2.png"], ["example_3.png"]],
|
|
|
|
| 46 |
fn=process_document,
|
| 47 |
inputs="image",
|
| 48 |
outputs="json",
|
| 49 |
+
#title="Prueba nuestra API",
|
| 50 |
+
#description=description,
|
| 51 |
#article=article,
|
| 52 |
enable_queue=True,
|
| 53 |
#examples=[["example.png"], ["example_2.png"], ["example_3.png"]],
|