Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ iface = gr.Interface(
|
|
| 60 |
title="OCR Text Extraction",
|
| 61 |
description="Upload an image to extract text using TrOCR model."
|
| 62 |
)
|
| 63 |
-
iface.launch(
|
|
|
|
| 60 |
title="OCR Text Extraction",
|
| 61 |
description="Upload an image to extract text using TrOCR model."
|
| 62 |
)
|
| 63 |
+
iface.launch()
|