Add OCR app and dependencies
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ if __name__ == "__main__":
|
|
240 |
logger.info("Starting OCR Comparison App...")
|
241 |
try:
|
242 |
# Try to launch on localhost first
|
243 |
-
demo.launch(
|
244 |
except ValueError as e:
|
245 |
logger.warning(f"Localhost not accessible: {e}")
|
246 |
logger.info("Launching with public URL...")
|
|
|
240 |
logger.info("Starting OCR Comparison App...")
|
241 |
try:
|
242 |
# Try to launch on localhost first
|
243 |
+
demo.launch(share=True)
|
244 |
except ValueError as e:
|
245 |
logger.warning(f"Localhost not accessible: {e}")
|
246 |
logger.info("Launching with public URL...")
|