Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,8 +80,6 @@ with gr.Blocks(title="Chest X-Ray Classifier") as demo:
|
|
| 80 |
inputs=image_input,
|
| 81 |
outputs=[prediction_output, confidence_output],
|
| 82 |
)
|
| 83 |
-
gr.Markdown("!! not for clinical use !!!")
|
| 84 |
-
|
| 85 |
|
| 86 |
demo.queue().launch(
|
| 87 |
server_name="0.0.0.0",
|
|
|
|
| 80 |
inputs=image_input,
|
| 81 |
outputs=[prediction_output, confidence_output],
|
| 82 |
)
|
|
|
|
|
|
|
| 83 |
|
| 84 |
demo.queue().launch(
|
| 85 |
server_name="0.0.0.0",
|