Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def predict(image):
|
|
| 67 |
|
| 68 |
# Return OCR results
|
| 69 |
return {"ocr_results": ocr_results}
|
| 70 |
-
|
| 71 |
# Set up the Gradio interface
|
| 72 |
interface = gr.Interface(
|
| 73 |
fn=predict, # The function that gets called when an image is uploaded
|
|
|
|
| 67 |
|
| 68 |
# Return OCR results
|
| 69 |
return {"ocr_results": ocr_results}
|
| 70 |
+
#relaunch
|
| 71 |
# Set up the Gradio interface
|
| 72 |
interface = gr.Interface(
|
| 73 |
fn=predict, # The function that gets called when an image is uploaded
|