Spaces:
Sleeping
Sleeping
Ekins Kuuzie
commited on
update to app share
Browse files
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(
|
|
|
34 |
return (f'There is a chance of TB being present')
|
35 |
|
36 |
|
37 |
+
gr.Interface(predict_image, "image", "label").launch(share=True)
|