Spaces:
Sleeping
Sleeping
added share = True for colab link
Browse files
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)
|