Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,8 +47,8 @@ description = """
|
|
| 47 |
|
| 48 |
demo = gr.Interface( ocr_image_file,
|
| 49 |
[gr.UploadButton("Click to Upload an Image File", file_types=["image"]), gr.Textbox(label="Enter your Endpoint URL", placeholder="URL", lines=1),gr.Textbox(type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1)],
|
| 50 |
-
[gr.Textbox(label = "Output"),
|
| 51 |
title=title,
|
| 52 |
-
description=description,
|
| 53 |
|
| 54 |
).launch()
|
|
|
|
| 47 |
|
| 48 |
demo = gr.Interface( ocr_image_file,
|
| 49 |
[gr.UploadButton("Click to Upload an Image File", file_types=["image"]), gr.Textbox(label="Enter your Endpoint URL", placeholder="URL", lines=1),gr.Textbox(type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1)],
|
| 50 |
+
[gr.Textbox(label = "Output")],
|
| 51 |
title=title,
|
| 52 |
+
description=description,
|
| 53 |
|
| 54 |
).launch()
|