Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,6 @@ def decode_batch_predictions(img_path):
|
|
155 |
|
156 |
return output_text
|
157 |
|
158 |
-
interface = gr.Interface(fn=decode_batch_predictions, inputs=
|
159 |
outputs='text',title='Captcha Recognition', theme='darkhuggingface')
|
160 |
interface.launch(inline=False)
|
|
|
155 |
|
156 |
return output_text
|
157 |
|
158 |
+
interface = gr.Interface(fn=decode_batch_predictions, inputs='text',
|
159 |
outputs='text',title='Captcha Recognition', theme='darkhuggingface')
|
160 |
interface.launch(inline=False)
|