Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ interface = gr.Interface(
|
|
| 32 |
fn=predict,
|
| 33 |
inputs=gr.Image(type="pil"), # Accept image as input
|
| 34 |
outputs=gr.JSON(), # Return JSON response
|
| 35 |
-
title="
|
| 36 |
description="Send an image to classify it into one of four categories: Fake, Low, Medium, or High."
|
| 37 |
)
|
| 38 |
|
|
|
|
| 32 |
fn=predict,
|
| 33 |
inputs=gr.Image(type="pil"), # Accept image as input
|
| 34 |
outputs=gr.JSON(), # Return JSON response
|
| 35 |
+
title="Fire Detection API",
|
| 36 |
description="Send an image to classify it into one of four categories: Fake, Low, Medium, or High."
|
| 37 |
)
|
| 38 |
|