yakhoub commited on
Commit
96de1d2
·
verified ·
1 Parent(s): c45da89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
60
  title="OCR Text Extraction",
61
  description="Upload an image to extract text using TrOCR model."
62
  )
63
+ iface.launch()