Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ outputs_image = [gr.components.Image(type="numpy", label="Output Image")]
|
|
31 |
|
32 |
interface_image = gr.Interface(fn = predict_image, inputs=inputs_image, outputs=outputs_image,title="Fire & Smoke Detector", cache_examples=False)
|
33 |
|
34 |
-
interface_image.launch(
|
|
|
31 |
|
32 |
interface_image = gr.Interface(fn = predict_image, inputs=inputs_image, outputs=outputs_image,title="Fire & Smoke Detector", cache_examples=False)
|
33 |
|
34 |
+
interface_image.launch()
|