Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ gradio_app = gr.Interface(
|
|
54 |
inputs=gr.Image(label="Upload gambar dokumen", sources=['upload', 'webcam'], type="pil"),
|
55 |
outputs=[gr.JSON(label="Hasil")],
|
56 |
title="OCR Dokumen Identitas Indonesia",
|
57 |
-
description="Ekstraksi gambar dokumen identitas indonesia menjadi data teks terstruktur (KTP ✅, SIM
|
58 |
)
|
59 |
|
60 |
|
|
|
54 |
inputs=gr.Image(label="Upload gambar dokumen", sources=['upload', 'webcam'], type="pil"),
|
55 |
outputs=[gr.JSON(label="Hasil")],
|
56 |
title="OCR Dokumen Identitas Indonesia",
|
57 |
+
description="Ekstraksi gambar dokumen identitas indonesia menjadi data teks terstruktur (KTP ✅, SIM ✅, Paspor ✅, NPWP ✅, dan KK)",
|
58 |
)
|
59 |
|
60 |
|