1littlecoder commited on
Commit
87e7bf3
·
verified ·
1 Parent(s): 2e8b279

added share = True for colab link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -681,4 +681,4 @@ State-of-the-art OCR on OlmOCR-Bench, ~9× smaller and faster than competitors.
681
 
682
 
683
  if __name__ == "__main__":
684
- demo.launch(theme=gr.themes.Soft(), ssr_mode=False)
 
681
 
682
 
683
  if __name__ == "__main__":
684
+ demo.launch(theme=gr.themes.Soft(), ssr_mode=False, share = True)