Keemoz0 commited on
Commit
83f4c65
·
1 Parent(s): a1fb79b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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