Spaces:
Sleeping
Sleeping
Ekins Kuuzie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ platform = gr.Interface( fn = predict_image,
|
|
45 |
the WHO recommended guidelines on diagnosing TB""" )
|
46 |
|
47 |
|
48 |
-
platform.launch(inline=True)
|
|
|
45 |
the WHO recommended guidelines on diagnosing TB""" )
|
46 |
|
47 |
|
48 |
+
platform.launch(inline=True, share=True)
|