Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -166,4 +166,4 @@ if __name__ == "__main__":
|
|
| 166 |
inputs=[uploaded_file],
|
| 167 |
outputs=[OCR_text, out_placeholder, text_file],
|
| 168 |
)
|
| 169 |
-
demo.launch(
|
|
|
|
| 166 |
inputs=[uploaded_file],
|
| 167 |
outputs=[OCR_text, out_placeholder, text_file],
|
| 168 |
)
|
| 169 |
+
demo.launch()
|