Luis Oala commited on
Commit
323898d
·
1 Parent(s): 603bb17

Update app.py

Browse files

remove share=True from iface.launch(), caused error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ iface = gr.Interface(
50
  description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.")
51
 
52
  #if __name__ == "__main__":
53
- iface.launch(share=True)
54
 
 
50
  description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.")
51
 
52
  #if __name__ == "__main__":
53
+ iface.launch()
54