ShahzainHaider commited on
Commit
ebfaf6e
·
1 Parent(s): 09ba098

Upload folder using huggingface_hub

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