ShahzainHaider commited on
Commit
53d07c1
·
1 Parent(s): 66f81a5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. deploy.py +1 -1
deploy.py CHANGED
@@ -75,4 +75,4 @@ webcam_input = gr.inputs.Image(label="Webcam", source="webcam")
75
 
76
  # Create the Gradio interface
77
  interface = gr.Interface(fn=ocr, inputs=[image_input, webcam_input], outputs="json")
78
- interface.launch(share=True)
 
75
 
76
  # Create the Gradio interface
77
  interface = gr.Interface(fn=ocr, inputs=[image_input, webcam_input], outputs="json")
78
+ interface.launch()