Ekins Kuuzie commited on
Commit
c51ae04
·
verified ·
1 Parent(s): 45d1e69

update to app share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def predict_image(test_image):
34
  return (f'There is a chance of TB being present')
35
 
36
 
37
- gr.Interface(predict_image, "image", "label").launch(debug=True, share=True)
 
34
  return (f'There is a chance of TB being present')
35
 
36
 
37
+ gr.Interface(predict_image, "image", "label").launch(share=True)