Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -353,7 +353,7 @@ with gr.Blocks() as app:
|
|
| 353 |
im = gr.Image(type = "filepath")
|
| 354 |
ocr_sens=gr.Slider(0.1, 1, step=0.05,value=0.25,label="Detect Min Confidence")
|
| 355 |
max_tok=gr.Number(label="Max Tokens",step=1, value=200)
|
| 356 |
-
prob_lang = gr.Textbox("Probable Language")
|
| 357 |
det_btn = gr.Button()
|
| 358 |
with gr.Accordion("process"):
|
| 359 |
out1=gr.Textbox()
|
|
|
|
| 353 |
im = gr.Image(type = "filepath")
|
| 354 |
ocr_sens=gr.Slider(0.1, 1, step=0.05,value=0.25,label="Detect Min Confidence")
|
| 355 |
max_tok=gr.Number(label="Max Tokens",step=1, value=200)
|
| 356 |
+
prob_lang = gr.Textbox(label="Probable Language:")
|
| 357 |
det_btn = gr.Button()
|
| 358 |
with gr.Accordion("process"):
|
| 359 |
out1=gr.Textbox()
|