Update app.py
Browse files
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(
|
|
|
|
| 49 |
description="Upload an X-ray image to detect pneumonia.")
|
| 50 |
|
| 51 |
if __name__ == "__main__":
|
| 52 |
+
iface.launch()
|