JefferyJapheth commited on
Commit
8582f12
1 Parent(s): 2aad215

removed share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ webcam_interface = gr.Interface(
93
 
94
  # Launch the Gradio app with the webcam interface
95
  if __name__ == "__main__":
96
- webcam_interface.launch(share=True)
 
93
 
94
  # Launch the Gradio app with the webcam interface
95
  if __name__ == "__main__":
96
+ webcam_interface.launch()