ziaddBou commited on
Commit
b7ed914
1 Parent(s): dea3fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ iface = gr.Interface(fn=predict,
49
  description="Upload an X-ray image to detect pneumonia.")
50
 
51
  if __name__ == "__main__":
52
- iface.launch(share=True)
 
49
  description="Upload an X-ray image to detect pneumonia.")
50
 
51
  if __name__ == "__main__":
52
+ iface.launch()