Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,8 @@ interface = gr.Interface(
|
|
94 |
fn=process_input,
|
95 |
inputs=gr.File(type="filepath", label="Upload Image or Video"),
|
96 |
outputs=[
|
97 |
-
gr.Video(label="Output Video
|
|
|
98 |
gr.Textbox(label="Detected Text (Bangla)"),
|
99 |
gr.Textbox(label="Confidence (%)")
|
100 |
],
|
|
|
94 |
fn=process_input,
|
95 |
inputs=gr.File(type="filepath", label="Upload Image or Video"),
|
96 |
outputs=[
|
97 |
+
gr.Video(label="Output Video"),
|
98 |
+
gr.Image(type="pil", label="Output Image"),
|
99 |
gr.Textbox(label="Detected Text (Bangla)"),
|
100 |
gr.Textbox(label="Confidence (%)")
|
101 |
],
|