Spaces:
Sleeping
Sleeping
Update app.py
Browse filesset share=True
app.py
CHANGED
@@ -17,4 +17,4 @@ def OCR(image):
|
|
17 |
return generated_text
|
18 |
|
19 |
demo = gr.Interface(fn=OCR, inputs=gr.Image(show_label=False, type="pil"),outputs=gr.Textbox())
|
20 |
-
demo.launch(debug=True)
|
|
|
17 |
return generated_text
|
18 |
|
19 |
demo = gr.Interface(fn=OCR, inputs=gr.Image(show_label=False, type="pil"),outputs=gr.Textbox())
|
20 |
+
demo.launch(share=True, debug=True)
|